TEST
Oct 14th, 2000, 04:55 AM
If I want to do a FILEUPLOAD I type:
<input type="file" name="something">
I'll get an inputbox and a button on which it says "Browse...". Together with a module from Microsoft I can execute the fileupload to my webbserver. My question is if it's possible to do the trick without seeing the inputbox and the "Browse..."-button? I want to click on an image and then get the "Choose file"-popup and submit the form when I have chosen a file. Is it possible? How?
Best regards,
Peter Hammar
http://www.mogul.com
peter.hammar@mogul.com
<input type="file" name="something">
I'll get an inputbox and a button on which it says "Browse...". Together with a module from Microsoft I can execute the fileupload to my webbserver. My question is if it's possible to do the trick without seeing the inputbox and the "Browse..."-button? I want to click on an image and then get the "Choose file"-popup and submit the form when I have chosen a file. Is it possible? How?
Best regards,
Peter Hammar
http://www.mogul.com
peter.hammar@mogul.com