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.
