Re: [appengine-java] Re: Get blob key of just uploaded blob

2011-03-21 Thread acellam guy
https://github.com/makerere-compute/cropsurveillance/tree/master/src/cropsurlinker On Mon, Mar 21, 2011 at 6:19 PM, branflake2267 wrote: > Where the input element name that corresponds to the form element where the > file is selected is the request parameter you use on the servlet side. > > For i

[appengine-java] Re: Get blob key of just uploaded blob

2011-03-21 Thread branflake2267
Where the input element name that corresponds to the form element where the file is selected is the request parameter you use on the servlet side. For instance if the input element name="myFile" then on the servlet side do this: Map blobs = blobstoreService.getUploadedBlobs(request); BlobKey b