On Feb 21, 10:00 am, snorkel <[email protected]> wrote:

> I was using gp.fileupload with good results in 0.9.6, when I upgraded
> to the latest release
> it stopped working as it did in 0.9.6.  It seems to try to do
> operation per file in the multipart request instead
> of one operation for all the files uploaded.


To answer my own question:
The gp.upload author got back to me and helped me out.

gp.upload works great with 0.9.7, I just had to setup the middleware a
little bit differently.

I had it declared in middleware.py where it says to put custom
middleware and it shoud be at the end with
the return statement:

return FileUpload(app, tempdir='/xxxx/upload_ids', max_size=None)

after I made this change everything worked the same as in 0.9.6



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to