On Fri, Oct 23, 2009 at 1:29 PM, Ariel Nunez <[email protected]> wrote: > 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.
i tried this one several years ago. unfortunately, can't recommend it. even with corporate clients, it's a nightmare to keep the applet with enough access privileges to read the dropped files. almost any small update on the client machine, and the Java system asked (again) to authorize it. i have yet to find a single user that could understand what it was asking, and why. and once it's disabled on a machine, it's very hard to enable again. the server doesn't have to be PHP, in fact it's usually FTP. the PHP part is mostly to set the options for the <object> tag -- 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 -~----------~----~----~----~------~----~------~--~---

