[ZODB-Dev] upload a file of 6 MB with the function manage_upload
Dieter Maurer
dieter at handshake.de
Wed Apr 1 15:20:49 EDT 2009
Sandra wrote at 2009-4-1 12:17 +0000:
> ...
>def manage_upload(self,file='',REQUEST=None):
> ...
> in python/OFS/image.py. But my Programm run without end.
Zope is not very efficient with uploading large files.
Thus, I may take some time -- but it should work.
>I'm making some mistake ?
You should be able to upload even files with "manage_upload".
But as you did not show how you have used "manage_upload",
there might be some problem in this how (not very likely).
--
Dieter
More information about the ZODB-Dev
mailing list