Jump to content

LordMysterious

Members
  • Posts

    1
  • Joined

  • Last visited

LordMysterious's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hey Guys Not quite sure how to word this but here goes... I have a basic form with one input to insert a file, specifically a plain text file. I wish to add a text file and send it with the form, then on the response page read the text in from this file and store it in a variable so that it can be manipulated (it's a delimited text file, I intend to use JavaScript to separate it into individual page variables and assign these to text fields, if possible). Is this even possible? I've tried searching but I'm not entirely sure what I'm searching for. My form is as follows: <form name="form1" action="nextPage.asp" method="post"><div align="center"><table width="500" height="250" border="0" style="border-collapse: collapse" bordercolor="#111111" cellpadding="2" cellspacing="0" bgcolor="#336699"><tr><td align="center"><p align="center"><input type="file" id="myFile"></td></tr></table></div></form> Please help Thanks
×
×
  • Create New...