I have a centos5 server running apache and mod_wsgi.
I have updated my django settings file to allow for bigger uploads.
FILE_UPLOAD_MAX_MEMORY_SIZE = 429916160
the maximum i have set it too is 500mb
filesize = 162,4 MB total Although I find that when the file reaches about 25% (seeing in Google Chrome), it seems like it times out or the connection just terminates.
Are there any further adjustmenst that need to be made in Apache, or mod_wsgi to achieve bigger uploads?
Thanks in advance
UPDATE
I am also using django-imagekit and django-cumulus
I have increased the time limits on django-cumulus to be like 10 mins and still no change.
I have also taken StefanNch idea onboard and set my apache configuration to handle 500mb files.
Still no luck