I have done an app with uploadify, so I think it should be similar with swfupload:
The user has to sign to upload a file, so I can get the e-mail with the user api. Then I post the e-mail with the files (optional params in the flash app, custom_settings ?) Then I convert back this e-mail to a User (http://code.google.com/ appengine/docs/python/users/userclass.html#User) It not perfect (security ?), but it's easy. Regards. On Dec 14, 10:38 am, Claude Vedovini <[email protected]> wrote: > Hi, > An alternative solution would be to generate a one-time temporary url > to which swfupload can post the file > > Regards > Claude > --- > Software Consulting & Development > +41 78 617 86 > 98http://vedovini.net/http://twitter.com/cvedovinihttp://www.dita-op.org/ > > On Dec 13, 11:23 pm, Gijsbert <[email protected]> wrote: > > > 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 [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.
