Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

input file clearing itself

Status
Not open for further replies.

ptbsGMan

Programmer
Feb 21, 2003
3
US
hi i have a problem with a script i am running
here it is

<code>
<form enctype=&quot;multipart/form-data&quot; action=&quot;files.php&quot; method=&quot;post&quot; name=&quot;upfiles&quot;>
Upload:
<br />
<input type=&quot;file&quot; name=&quot;userfile_0&quot; style=&quot;position:absolute;&quot; onChange=&quot;document.upfiles.fakeuserfile_0.value=this.value&quot;><br>
<input type=&quot;text&quot; name=&quot;fakeuserfile_0&quot;> 
<input type=&quot;button&quot; style=&quot;height:19px&quot; onclick=&quot;document.upfiles.userfile_0.click();return false;&quot; value=&quot;Browse...&quot;>
<br />

<input type=&quot;hidden&quot; name=&quot;login&quot; value=&quot;true&quot;>
<input type=&quot;hidden&quot; name=&quot;c&quot; value=&quot;file_upload&quot;>
<br />
<input type=&quot;submit&quot; value=&quot;Send File&quot; name=&quot;submit&quot;>
</form>
</code>
now it works up untill i hit submit then it clears the text in the <in.. file> box if you use the button i put in if you use the real <in... file>'s button it will wort fine if you hit submit???????????

you can see what it dise @ (this is not the real scrip just the output of it)
any ideas??

Thanks Don
 
Submitting a form clears the fields automatically.

I have been unable to script round this by copying variables to a variable and then copying them back afterwards.

Is this your only problem or is the form not working? It's not what you know, it's who knows it that counts.
 
yeah if you use the real <in... file>'s browse button and hit submit it will upload but its only when you use the browse button that i have put in
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top