Enable users to upload & download files

Discussion in 'ASP.NET / ASP.NET Core' started by vmoss, Oct 6, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I need to enable authenticated users to upload files to the website and other authenticated users to download them.

    The code I have written works on my local server, but the file is being corrupted when I upload it to my discountasp server.

    Is this allowed by default? Do I need to change the permissions on the directory?

    Thanks

    Vanessa

    Vanessa
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    Yes. You can upload file using your web application.

    What component are you using?


    quote:Originally posted by vmoss

    I need to enable authenticated users to upload files to the website and other authenticated users to download them.

    The code I have written works on my local server, but the file is being corrupted when I upload it to my discountasp server.

    Is this allowed by default? Do I need to change the permissions on the directory?

    Thanks

    Vanessa

    Vanessa
    </blockquote id="quote"></font id="quote">

    B.

    DiscountASP.NET
    http://www.DiscountASP.NET
     
  3. I am not using a component, I have written the script for the upload. I have since found a problem with the original code and resolved it. The problem wasn't showing up on my test server, but it's working everywhere now :)

    Thanks for your time.

    Vanessa
     
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