FileUpload size limits

P

Parrot

I get the message "Not enough space for the file on this disk" whenever I try
to upload a jpg file using the FileUpload member in my web based C# program.
I increased the requestMaximum file size set to 8192K in the httpruntime
parameter in my web.config file and the file I am trying to upload is 5000K.
However, the program stops when the uploaded file reaches 3072K. I have
plenty of space on my server so I know that disk space is not a problem.
Does anyone have a clue as to why I am getting this error message and also
how to resolve it? Thanks.
Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top