You may use the BlobStore service that was introduced with App Engine 1.3 to upload files of <50MB. Also, you might consider having uploads of image going to WebPicasa via for instance a custom "picasa widget".
On Dec 26, 3:44 pm, "eng. Ilian Iliev" <[email protected]> wrote: > Hi, > > I`m pretty new with python and django so please help. > My purpose is to be able to upload images to the datastore and if they > are bigger > than 1mb to split them in chunks. > > The file is uploaded as "InMemoryUploadedFile". How can I read custom > bytes from it(lets say 1000000), so I can put that bytes in the > datastore. > > Any ideas will be appreciated, > 10x in advance -- You received this message because you are subscribed to the Google Groups "app-engine-patch" group. 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/app-engine-patch?hl=en.
