On 12/4/06, Pythoni <[EMAIL PROTECTED]> wrote: > > Eric, > Thanks a lot.Very good tutorial for me! > L. >
Keep in mind that for larger files (I think over 10 megs), FileField causes very high CPU usage during upload. There is a patch somewhere in Trac that changes Django to store the file on disk during the upload, instead of RAM, which is supposed to help quite a bit. Jay P. --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---