Need to allow customers automated upload capability

Discussion in 'ASP.NET / ASP.NET Core' started by yzarc, Jun 25, 2005.

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 allow 250+ customers to upload xml files to a directory I specify.


    I would like to control so that they can only upload can't download nor can they view the directory or change their file. A one way submission. I am working with a software vendor, I don't care if they know how to get to the files, but I don't want their customers knowing anything. All of thier customers are running on SCO unix or IBM AIX. Eventually some of their customers will be running in a windows environment with SQL server.


    Any Ideas as to the best approach?


    Thanks for your feedback,
    Greg




    Greg Kelley
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    i think you can create a web upload application. the tricky part is to not allow them to download the file back. The are couple options

    1) use ASP.NET to control access to the uploaded file

    or

    2) put the file in a directory that have no IIS read permission.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
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