Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: how to use - August 25, 1998 at 04:30:42

You are here: irt.org | BBS | how to use [This BBS is closed]

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?????
Follow-ups:

You are here: irt.org | BBS | how to use [This BBS is closed]

©2018 Martin Webb