CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2001
    Posts
    1

    File Uploading code

    hey there.....


    I am working in ASP and I need a code which can upload file on the server...... Please help me.... I am in really need of that....

    REMEMBER I AM WORKING IN ASP NOT ASP.NET

  2. #2
    Join Date
    Feb 2002
    Location
    Mumbai, India
    Posts
    242

    Re: ASp Upload

    Hi Rizwan,

    Writing a code for uploading a file in ASP would be like reinventing the wheel. You can try 3rd party tools such as ASP upload, etc. There few free one's also (try searching in google).
    But remember u need to have the same upload tool @ the server where ur site is hosted.

    If u want to develop ur own ASP upload then u'll have to to com prog using VB and VC++

    bye,
    Rohit

  3. #3
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868
    In your toolbox, go the HTML controls and use a "File Field" control. It will work form small files (it brings the file up in one big chunk, thus requires lots of server memory). If you going over 10 meg. or so you'll want to look at some other product like ABD Upload.

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

Featured