Stefane Fermigier wrote: > > > Don't know about JUpload, but I suppose it allows to upload several > files at the same time ?
Yes > > If there are parallel uploads, that may occupy all the available threads > and block actual use of Zope. That may also create conflict errors (just > an hypothesis). Yes, this was the first problem, and trying to avoid the block of use of Zope, the requests are not sent parallely but one after the other. The key is not to be fast, but to avoid uploading a lot of documents using web forms. > > We have developped a similar tool for drag n drop from the desktop, it > is not blazingly fast but it works. So there may be a solution to your > problem, though I can't tell you more personally. Yes, it would be interesting to know a bit more about it. Mikel -- Mikel Larreategi [EMAIL PROTECTED] Skype: mikel-cs CodeSyntax Azitaingo Industrialdea 3 K E-20600 Eibar Tel: (+34) 943 82 17 80 _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
