Hi Raghu, You need to POST it to the Blobstore from your own code. If you read the Blobstore docs, they describe how the user can upload a file to the Blobstore via a form (which POSTs the data) to a URL provided by the BlobStore service. You basically need to make your code act like a user's browser and POST the bytes via URLFetch.
What language are you using? I can describe what I've done in more detail if you're using Java. -- 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 [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-java?hl=en.
