I try for uploading file on web server as images of video files with File Uploader Control in asp dot net 2.0. it's ok when we are uploading filea on local machine but on web server it's not work properly.

Message thrown Path is Access Denied
Please Reply..

Recommended Answers

All 2 Replies

just make sure, proper permission is set on folder on your server. I mean give full rights to your folder where file is going to store.

Set it and let us know whether it's solved or not :-)

I try for uploading file on web server as images of video files with File Uploader Control in asp dot net 2.0. it's ok when we are uploading filea on local machine but on web server it's not work properly.

Message thrown Path is Access Denied
Please Reply..

yes permission issue..
provide neccessary permissions and you are ready 2 go.

also keep in mind..if your data is more than 4 MB..
your page will break.

in order to fix that in web.config you have to make settings.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.