PDA

View Full Version : Upload Form



redtom
08-09-2007, 07:18 PM
Is there anyway in a upload form you can have a browse files button seperate from the text box with the address to the file?

I mean like this;




<input class="text_box" type="text" name="file" value="" />

<input class="browse" type="file" value="Browse" />



Instead of using


type="file"

Or in other words how would I get it so some one could click the browse buttons then click on a file and the address to the file would appear in the text box.

Sygon..
08-09-2007, 11:53 PM
Ive seen another site doing it but it uses javascript i will try and find the link basically what it did was it was just a input text box and a button and the button did the browse function so you would need to find that in javascript and apply it to the text input as all a "file" really does is that browse your computer and paste the location into the box :)

coley
15-09-2007, 01:53 PM
try this

http://www.jotoform.com

coley
15-09-2007, 01:53 PM
Opps sorry its

http://www.jotform.com

Want to hide these adverts? Register an account for free!