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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
