• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

drag and drop from file system to web page or standalone application

 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Not sure whether this is the correct forum to post this Question. Anyway, this is my question.

Just checking whether there are any open source java stuff which enables to do drag and drop of pictures/media files from the local file sytem directly in to a page in the web application... or for that matter to component in a standalone java swing application.

Not sure the facilities provided by Java DnD API.

Thanks in advance for any help
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think it's possible with Swing - for which the Swing forum would be the appropriate one.

For a webpage, you will probably have to use JavaScript - or some kind of applet, flash application or similar. Hopefully others will have more ideas about that.
reply
    Bookmark Topic Watch Topic
  • New Topic