How do I upload a files to google app engine app when field name is not known
Posted
by Michael Neale
on Stack Overflow
See other posts from Stack Overflow
or by Michael Neale
Published on 2009-05-13T01:28:16Z
Indexed on
2010/04/20
9:03 UTC
Read the original article
Hit count: 245
google-app-engine
|python
I have tried a few options, none of which seem to work (if I have a simple multipart form with a named field, it works well, but when I don't know the name I can't just grab all files in the request...).
I have looked at http://stackoverflow.com/questions/81451/upload-files-in-google-app-engine and it doesn't seem suitable (or to actually work, as someone mentioned the code snipped it untested).
© Stack Overflow or respective owner