Thanks for your answer! This would mean that I use a seperate non app engine server to get the upload from the swfupload browser. Then guess the files mime / content type and then use curl to upload it to the blobstore.
This is at least an alternative, thanks. However it would be more elegant to use a app engine solution only... On 1 Okt., 01:34, John McLaughlin <[email protected]> wrote: > This may not be much help, but I've used cURL for blobstore uploads. > It shows progress in text, and it will pass the mimetype you specify. > (It's not good at guessing mimetypes from file paths > though.)http://curl.haxx.se/ > > On Sep 28, 11:40 pm, msmart <[email protected]> wrote: > > > Hi, > > > has anyone managed to set the correct content type of an upload to the > > blobstore when using a flash based solution like swfupload? Swfupload > > is used to indicated a progress bar during the upload? > > > I've set up everything correctly, but all by blobs have the content > > type octet streams. As the blobstore is read only this cannot be > > changed afterwards. > > > thanks for any tips > > > Michael > > -- 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.
