Hi, I'm doing a file upload from one of my forms and writing the content to a temp file on the server. The problem is any file of size more than 250 KB is throwing the below error:
Request Entity Too Large The requested resource /tera/tera_upload/ does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. I read through the django file uploads documentation and it says the default file upload size in memory is about 2.5 MB. Can anyone tell me what I'm overlooking? Also how do I set a maximum file size limit and handle it? Thanks, Vamsy -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.