hi, the blobstoreService.createUploadUrl() returns a string that you should use as the action for the form. I never used flash for this type work so i don't know if you have to use a absolute path in the action for it to work.
You can make a servlet that give you the blobstoreService.createUploadUrl() string as a response 2010/4/18 Gazza <[email protected]> > Anybody got any idea how to do this? I've got the demo code from the > Java api overview working and can download stored ByteArray blobs from > my Flash client, but can't work out how to upload a ByteArray from > Flash. > > I've been looking at building mime forms for submission (like this > blog entry > http://blog.mikestead.me/upload-multiple-files-with-a-single-request-in-flash/ > ) but am perplexed by the interaction with the > blobstoreService.createUploadUrl() function. > > Any pointers would be gratefully dereferenced. > > Gareth > > -- > 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]<google-appengine-java%[email protected]> > . > 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 [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.
