Re: Big Upload

2007-04-12 Thread Jens Diemer
Micha Reiser schrieb: > I created an upload page, but the problem is, that the server load the > whole file in the Ram. I have only some links for you: - http://code.djangoproject.com/ticket/1484 - http://code.djangoproject.com/ticket/2070 - http://jesusphreak.infogami.com/blog/vrp1 (sear

Big Upload

2007-04-12 Thread Micha Reiser
Hello I created an upload page, but the problem is, that the server load the whole file in the Ram. I have a limit (80MB) and when i will upload a big file the server will kill my procress. I want not to load the file in the database, it shoud be stored on the harddrive. Have you any idea, h