This won't work:
<INPUT TYPE=file NAME=pic value="D:\BABY001.JPG">
What I'd really like is to hide it as well, so I figure I'll use stylesheet class to make the input box invisible, Unfortunately the enduser would still be able to see it when moused over.
(is moused a word?)
Anywho, how do I force a valu for input type=file.
Brian The guy with the forty-one inch lobster
Scubanaked.com
Can I force a value for input type=file
I understand that this used to be possible and has been disabled for security reasons., but, perhaps somebodody knows some other way I can have my desktops at ten different locations automatically upload there file when they either ,first turn on their pc, or, when they fire theyre browser, since I control their homepage.
Brian
If you want an automatic upload when the pc kicks on, just create a batch file to ftp the them over and put it in the startup folder on the pc
But, How do I make a batch file ftp.
I can fire the ftp program from the batch file, but I don't see how I can tell it what file and to where.
ideas?
Brian
Using ftp -s would do it. Look here