niteshmourya / app-inventor-for-android

Automatically exported from code.google.com/p/app-inventor-for-android
Apache License 2.0
1 stars 0 forks source link

Tiny webDB cannot store Image files #2138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Tiny web db only stores image file addresses; it cannot store the actual image. 
e.g a drawing made on a canvas to be saved to tiny-webDb/personal server

If you can include the feature so tiny web db could be able to store images as 
easily as tiny db does. 

Thankyou MIT for all your support.

Original issue reported on code.google.com by kened...@gmail.com on 2 Jun 2012 at 5:17

GoogleCodeExporter commented 9 years ago
Thanks, but we've set up TinyWebDb to store strings only.  For other things, 
someone would need to provide a server that could store that, and use the Web 
compoent POST command to sent the file.  Perhaps we can set up things to let 
people upload files to Google Docs.

Original comment by halatmit...@gmail.com on 1 Jul 2012 at 3:42