Permissions problem, user doesn't have access to upload folder.
-
Hello, I would like to write a page with c# in which the user can upload a file to the server. When I tested this on my machine it worked, but when the page was tested on the server, the user could not upload the file. It said access to the folder on the server was denied. Does anyone know how to set permissions so that any user can upload to the server from this page? Thanks, RC
-
Hello, I would like to write a page with c# in which the user can upload a file to the server. When I tested this on my machine it worked, but when the page was tested on the server, the user could not upload the file. It said access to the folder on the server was denied. Does anyone know how to set permissions so that any user can upload to the server from this page? Thanks, RC
Hello, I had the same problem a few days ago! The user on the server that executes the scripts doesn't have write acces to the directories. I don't think that you can change the permissions directly, you'll have to ask the server administrator to set permissions. Hope this helps.
A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.