Question
If I'm getting this error when trying to upload a file through a web browser, what should I do?
Asked by: USER5487
95 Viewed
95 Answers
Answer (95)
If the error occurs during a web-based file upload, the server likely requires authentication for uploads. This usually means the web application itself needs you to be logged in. Ensure you are logged into the website with an account that has upload permissions. If you are logged in and still get the error, contact the website administrator.