bartdepiraat
Programmer
Hi,
On my website I want to create a form that uploads all jpg files from a directory on a local machine.
I wrote a javascript that retrieves all filenames from the dir.
The problem is that I cant define the value of a <input type=file> tag.
I want to try uploading the files with ActiveX but I don't know how to do that.
I already have a javascript string that contains the path and filename now the only thing I need is a line to opload this file.
Thanks for your help
On my website I want to create a form that uploads all jpg files from a directory on a local machine.
I wrote a javascript that retrieves all filenames from the dir.
The problem is that I cant define the value of a <input type=file> tag.
I want to try uploading the files with ActiveX but I don't know how to do that.
I already have a javascript string that contains the path and filename now the only thing I need is a line to opload this file.
Thanks for your help