Results 1 to 4 of 4

Thread: A few Questions

  1. #1
    Guest
    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?



  2. #2
    Guest
    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)

  3. #3
    Guest
    No Problem

  4. #4
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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
  •  



Click Here to Expand Forum to Full Width