vote up 0 vote down star

Hi,

I am uploading an excel sheet from the code. When I am trying it from local system, its working fine but after deploying the website into IIS, when I am trying to upload the file the following error is thrown : "Upload Error : Cannot access a closed file"

Please help in this.

Thanks Rupa

flag

47% accept rate
3  
Please post your code. – bnkdev Jul 28 at 14:24

4 Answers

vote up 0 vote down check

Retry with a small text file. If that works, it might be because of the limit of the file size set on the server.

link|flag
vote up 1 vote down

Check this article and see if it helps:

http://sanjaysainitech.blogspot.com/2008/12/file-upload-error-can-not-access-closed.html

link|flag
vote up 0 vote down

According to here and here this kind of error is often caused by the filesize being too large. Try posting a file with a smaller size to confirm the solution works, then a larger file to reproduce the problem. Also, the second link contains a possible solution.

link|flag
vote up 0 vote down

check this article for uploading and retreiving file... http://www.aspsnippets.com/post/Save-and-Retrieve-Files-from-SQL-Server-Database-using-ASPNet.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.