Click to See Complete Forum and Search --> : file uploading using a button


kkvishnu
03-07-2006, 01:15 AM
Is there any way to upload file using button.
or if we use the tag <input type="file"> tag we'll get one one textbox and a button(default) with the name Browse... . Is it possible to change this Browse button into image

nickisme
03-07-2006, 07:53 AM
If you're asking how to upload a file to a server, then you'll need to be reasonably ok with some kind of server-side script like PHP. There are a few decent tutorials on working with FTP and PHP if you search on Google.

bfsog
03-07-2006, 08:23 AM
I think he wants an image as the Browser button.

http://www.quirksmode.org/dom/inputfile.html