User-1359517959 posted
Hello,
Not sure I'm in the correct forum.
Have a page that has a gridview and the user uploads a pdf with it. The pdfs are store in a folder and document info is updated a database table.
Some of the pdfs upload and some don't.
Here's the error msg that don't upload: Access to the path 'X:\www\WebName\Files\abc.pdf' is denied.
I would think it's document permissions but... There's 3 different locations this is developed and tested on.
1. Local machine
2. Testing Server
3. Live Server
The document uploads in the local machine and the live server but not in the testing server. I've checked the pdf to see if it has any security on it from acrobat but it doesn't.
If it's server permission then why do some of the pdfs upload on all 3 servers and some don't.
Here's another wrinkle. On the same page, there's a form above the Gridview that is for a new record to be created and pdf uploaded. This always works. Any document. So it can't be server permissions right?
Any ideas?
I'm sorry if this isn't the correct forum. But didn't know where to start.
JS