Can a browse for file html button be done with javascript?
Hi, I have a site that has custom button images. I have file uploads, and I would like the browse button to be an image also, but I am not aware of the javascript for browsing my local machine for a file, does anyone know this, thanks in advance.
I want to replace this, with an image:
<input type='file' name='image_file' />
The only way I got it to work is using the exact code above replacing the "x" with your drive letter, don't forget to have the pipe (|) symbol directly after the drive letter.
If you are using it to browse another server/ computer on your network simply map a drive to the machine's drive letter from your local computer.
Bookmarks