Upload files in Google App Engine

Posted by Ngu Soon Hui on Stack Overflow See other posts from Stack Overflow or by Ngu Soon Hui
Published on 2008-09-17T09:28:53Z Indexed on 2010/05/22 9:50 UTC
Read the original article Hit count: 153

Filed under:

I am planning to create a web app that allows users to downgrade their visual studio project files. However, It seems Google App Engine accepts files uploading and flat file storing on the Google Server through db.TextProperty and db.BlobProperty.

I'll be glad anyone can provide code sample ( both the client and the server side) on how this can be done, thanks

© Stack Overflow or respective owner

Related posts about google-app-engine