Google Chrome 11 now supports downloading folders. Currently, this feature is only implemented in Google Docs, and I could not find any API documentation on how to use it in my code.
From what I see, you click the "Download Folder" link in Google Docs, which displays the "Browse for Folder" dialog box (calling SHBrowseForFolder in appearance), you select a folder, and then the contents of this folder are uploaded to Google Docs.
Since this function requires updating Google Chrome to the latest version or for other browsers that run the Java applet, I assume that I can use this function on my own websites?
I would really like to have this feature in the content management system that I support!
html5 google-chrome multifile-uploader
Peter Apr 28 2018-11-11T00: 00Z
source share