which is the best framework to handle file uploads on gae ,
thanks
which is the best framework to handle file uploads on gae ,
thanks
You can use the blobstore api for handling file uploads. Refer http://groups.google.com/group/google-appengine-python/msg/8798f6f7aa7fc5b7?pli=1 It uses Django on Gae
I wrote a series of posts about how to handle file uploads to the blobstore - here's the last one (which links to previous ones).