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;
Instead of usingHTML Code:<input class="text_box" type="text" name="file" value="" /> <input class="browse" type="file" value="Browse" />
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.HTML Code:type="file"





Reply With Quote


