Re: Big Upload
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 (search for "upload") -- Mfg. Jens Diemer A django powered CMS: http://www.pylucid.org --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---
Big Upload
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, how i can create the upload page, without that problem? greeze micha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~--~~~~--~~--~--~---