I'm using a Pure ASP Upload script to transfer files to a server. The location I want to transfer to is restricted for security reasons, so the server cannot write there at the moment. The question is, who is it that needs access to upload files to the restricted location, the web server which is writing the file to disk, or the individual users which are uploading? I'd guess it would be the web server.