Hi. I want to upload multiple files with a HTML5 control <input type="file" id="file_input" name="files" webkitdirectory="" directory=""/>
In localhost not work but in appengine works fine. When I upload files to blobstoreservice I see these files with the blob viewer of the appengine console so it would be ok. The problem is when I want to retrieve the blobkeys of these files. BlobstoreService blobstoreService = BlobstoreServiceFactory.getBlobstoreService(); Map<String, BlobKey> blobs = blobstoreService.getUploadedBlobs( request ) Map size is 1. I don't understand why I can't retrieve all blobkeys. thanks. -- 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.
