You are here: irt.org | BBS | Re: how to use [This BBS is closed]
Posted by Jason Nugent on August 26, 1998 at 05:51:28:
In Reply to: how to use posted by john on August 25, 1998 at 04:30:42:
: For e.g
: I want to automatically upload the file
: "c:\autoexec.bat" from the client's computer by using a form
: <body onLoad="f.submit ()">
: <form action="a.asp" name=f
: enctype="multipart/form-data" method=post>
: <input type=file value="c:\autoexec.bat">
: </form>
: But in this way, the textfield showed beneath
: the "browse" button is still empty, and I can only
: got the file's name, the content is empty.
: If I click browse button or type in the file's
: name manually , both ways work.
: What shall I do?????
Think about this for a second - would you like it if someone was able to upload a file off your HD without you knowing? No, of course not. Neither did browser manufacturer's, either. It can't be done automatically... some user interaction is needed.
Jason
Follow-ups:
You are here: irt.org | BBS | Re: how to use [This BBS is closed]