Post & Submit a file without ASPUpload

Discussion in 'Classic ASP' started by Takeshi Eto, Sep 22, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Takeshi Eto

    Takeshi Eto DiscountASP.NET Staff

  2. Hi,
    Can someone please tell me how to POST & SUBMIT a file to my server space?. I am not interested in buying ASPUpload. According to microsofts documentation, I should be able to do this with HTML.

    Please help!

    Thanks Much
    -Doug


    Douglas Schofield
     
  3. You can do it with the FileSystemObject, if that's what you mean, but there are some drawbacks - and file uploading is always a security risk, so be careful.
     
  4. Bruce

    Bruce DiscountASP.NET Staff

    Steurm is right...

    Uploading w/ ASP.net is much simpler than with ASP.

    In fact, many programming tasks can be done in a much simpler fashion in ASP.net


    quote:Originally posted by steurm

    Isn't it possible to use asp.net for you ? Uploading files is easy with asp.net. I you want, I can post some code for you.

    --
    Steurm
    www.steurm.net/steurm
    </blockquote id="quote"></font id="quote">
     
  5. quote:Originally posted by theharmonyguy

    You can do it with the FileSystemObject, if that's what you mean, but there are some drawbacks - and file uploading is always a security risk, so be careful.
    </blockquote id="quote"></font id="quote">

    Check out this web site if you want a free alternative. Its a ASP Class Script.

    http://www.freeaspupload.net/
     
  6. Isn't it possible to use asp.net for you ? Uploading files is easy with asp.net. I you want, I can post some code for you.

    --
    Steurm
    www.steurm.net/steurm
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page