Google Gears can also be used in order to implement drag-n-drop image uploading. I beleive it is the easiest way because it only involves some javascript programming.
You can also do other nice things with Google Gears (resize images client-side, for example; check http://bitbucket.org/kmike/gearsuploader/ for ready solution). On 24 окт, 00:29, Ariel Nunez <[email protected]> wrote: > Hi Margie, > > I found this while googling: "drag and drop upload": > > http://www.radinks.com/upload/dnd.php > > Seems to use a combination of Java (applet) + PHP (server) and is not > open source. > > But it seems to prove it is possible. Just perhaps not with simple > HTML + JS. > > Regards, > > Ariel. > > On Oct 23, 2009, at 9:28 AM, Javier Guerra wrote: > > > > > > > On Thu, Oct 22, 2009 at 11:54 PM, Margie Roginski > > <[email protected]> wrote: > >> They want to use > >> an windows app called mwsnap to basically snap images from their > >> desktop, then ctrl-v to copy the image into my django app. > > > is there any web app that does this? AFAICT, all use some upload > > button (maybe augmented with flash libraries, like the great one from > >http://swupload.org/) > > > -- > > Javier --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

