"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Hi > > I want to be able to drop a url onto a target on the web page and have > the url be captured into a variable accesible to the controller > object. It must also work with files dragged and dropped from the > file manager. > > Is there a way to do this in Turbogears?
It is a matter how your desktop environment and your browser are integrated, it isn't just a browser feature. Some browsers allow file transfer using drag'n'drop. Other browsers don't. Some of them pass the full path to the dragged file to some controllers, other browsers don't care for that. This isn't TG specific. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

