0

I would like to be able to drag a directory into my browser and have it populate a file browser section to the right of the browser window with all the files and sub-directory's and their content in the file browser section.

The file browser would look something like this : http://haacked.com/images/WinSCPScreenshot.gif

Any suggestions quick and easy libraries or code snippets to get started with would be great!

Thanks in advance for any help!

Cheers all!

Pro-grammar
  • 365
  • 2
  • 17

1 Answers1

0

Here is a nice drag and drop demo using HTML5. PHP wouldn't really affect anything, as it is server side, and you're talking about client side interaction.

http://www.html5rocks.com/en/tutorials/file/dndfiles/

Josh
  • 12,448
  • 10
  • 74
  • 118
  • The html5rocks.com site actually help me find the literature on file hierarchy and control over that. Thanks for the lead. – Pro-grammar Jan 24 '12 at 20:26