Nirzari,

You may want to use the (experimental) Files API (
http://code.google.com/appengine/docs/java/blobstore/overview.html#Writing_Files_to_the_Blobstore),
which allows you to programmatically create blobstore blobs.

  -Amy

On Thu, Nov 17, 2011 at 10:36 PM, Nirzari Bhatt <nirzari.bh...@accenture.com
> wrote:

> Hi,
>
> I am new to GAE.
>
> I am createing a web service producer in GAE using java api.
>
> One of my web methods is receiving byte array (byte[]). This byte
> steram may contain any kind of data (i.e. word doc, excel file, image
> etc).
>
> I need to upload this byte stream on the blob store.
>
> I looked into sample  given on following link :
> http://code.google.com/appengine/docs/java/blobstore/overview.html
>
> but it all describes about uploading the file selected by user from
> jsp.
>
> do we have any way where in we can upload byte streams directly to
> blob store without user intervention?
>
> Kindly let me know if I need to provide any more information in this
> regard.
>
> Thanks in advance.
>
> Regards,
> Nirzari
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to