I have done complete example : multi, auto, upload and check test here : http://testgapp.appspot.com/ source here : http://testgapp.appspot.com/source.zip
More tests needed (encoding, size, format,...) Regards. On Sep 27, 5:53 pm, Sylvain <[email protected]> wrote: > Don't understand why uploadify can't work ? > > It's a client side tech (js, swf). So you can do what you want server > side. > I don't know uploadify but I think the 'folder' attributes is just an > attribute for the server side script. > Then you can store the file where you want. > > So it should work "easily". > You have to rewrite "check.php" and "uploadify.php" to pyhton + gae. > > Regards. > > On Sep 27, 3:14 pm, FolkenDA <[email protected]> wrote: > > > I'm currently trying to adapt the example from google gears explained > > in the following URL. > > > That might be helpful to someone else... but require to have google > > gears installed. > > > On Sep 24, 10:25 pm, FolkenDA <[email protected]> wrote: > > > > Hi everyone ! > > > > I would like to know is there was a way to provide multiple file > > > upload (1 selection windows / multiple files) method on GAE ? > > > I was thinking about something like Uploadify (http://www.uploadify.com/) > > > but it seems to require file system access to > > > upload files. > > > > I was wondering if it was possible to "intercept" de data sent to the > > > "/uploads" folders to save them in the datastore. > > > Any simpler way would be even better. > > > > It is meant for an admin section so fancyness is not a criterion ;) > > > > Thank you in advance > > > > Folken --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
