Hi, I'm using swfupload (a flash base uploader) to upload files. It's nice because it can limit the upload file size, very handy for app engine, and also supports upload progress. But, the flash upload request does not send the authentication cookies, so the handler is not authenticated. swfupload has an option to send cookies as post data, but I can't figured out how to have that data interpreted by the users module (google accounts) or if that is even possible. So my question: - is there a way to 'initialize' the authenticated google account user from something other than the cookie? Alternatively, is it possible to possible to check the upload file size from javascript? Thanks! Gijsbert
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.