To be more precise you can't store a blobstore item without a file POST request. This be done procedurally on a non-browser client -- for example using cURL. But through a browser you're pretty much stuck with <input type="file"...> items.
On Nov 21, 6:48 am, acellam guy <[email protected]> wrote: > thanks!! > > On Sun, Nov 21, 2010 at 5:45 PM, Gaurav Vaish <[email protected]>wrote: > > > > > > > > > You cannot. There's not API other than to use BlobStoreService. > > > -- > > Happy Hacking, > > Gaurav Vaish > >http://www.mastergaurav.com > > > On Nov 21, 6:51 pm, acellam guy <[email protected]> wrote: > > > how can i store an image to blobstore without using a form???? > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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/google-appengine?hl=en.
