|
-
Oct 30th, 2000, 08:17 PM
#1
Hi Everyone.
I have a couple of questions.
Using client side script VBScript, Can I...?
A. Prompt the user with an Open File common dialog
B. FTP the file they select from their PC to my IIS web server.
If not has anyone seen any articles remotly related to this?
-
Oct 31st, 2000, 03:27 AM
#2
I'd like to know too (this seems to be the only way that I will be notified of any replies to this post aswell. sorry if I made you think someone posted an answer)
-
Oct 31st, 2000, 11:18 AM
#3
-
Oct 31st, 2000, 04:32 PM
#4
Frenzied Member
You can get a filename with:
<FORM ENCTYPE="multipart/form-data" name=frmMyForm method="POST" action="MyPostingAcceptorPage.asp">
<INPUT name="filattach" type="file">
<INPUT name=cmdMySubmit type=submit value=Send>
</FORM>
That's the basic idea.. but you need a little more for the server..
Check out this from MSDN.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|