Imagine this scenario:
I made a small application in Python for Google App Engine for general use.
Users can login to my app, update their profile, change address and change the picture among many other things.
A user can export the models to PDF, YAML and JSON, save the file on his computer.
You can download any available format of your personal information.
My question is:
Is It Possible for a user to upload files and update the datastore with new values?