Need to look at multi-part post data

http://webpython.codepoint.net/cgi_file_upload

But instead of saving the file  you want to process ("parse") the file.
Beware make sure your parse expressions are simple. GAE does not like
compute hogs.

On Friday, July 20, 2012, soujiro0725 wrote:

> GAE for Python!
>
> Hi. I am trying to develop a web service which users can upload json files
> and modify the data.
>
> Users create json files at local computers, and in the web service page,
> browse the path to the files and press 'upload'.
> Then, a python handler parses the file contents and make necessary changes.
>
> My question is the process of uploading the files from local computers.
>
> Am I supposed to use 'URL fetch' API? by indicating the URL to the local
> file storage?
>
> Or is there any other possible way to achieve this?
>
>
> soichi
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/MBQ6_bOeEtYJ.
> To post to this group, send email to 
> google-appengine@googlegroups.com<javascript:_e({}, 'cvml', 
> 'google-appengine@googlegroups.com');>
> .
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com <javascript:_e({}, 'cvml',
> 'google-appengine%2bunsubscr...@googlegroups.com');>.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to