当前位置:网站首页>How do I use Google Chrome 11's Upload Folder feature in my own code?

How do I use Google Chrome 11's Upload Folder feature in my own code?

2022-07-01 03:26:00 javail

problem :

Google Chrome 11 now supports uploading folders.Google Chrome 11 Now it supports uploading folders .Currently this feature is only implemented in Google Docs, and I have been unable to find any API documentation on how to use this in my code. At present, this function is only available in Google Implementation in document , I can't find any information in my code about how to use this feature API file .

From what I can see, you click the Upload folder link in Google Docs, which displays the "Browse For Folder" dialog (a call to SHBrowseForFolder by the looks of it), you select a folder, and then the contents of that folder is uploaded to Google Docs. From what I see , You click on the upload folder link in Google Docs , It shows “ Browse folders ” Dialog box ( Call through its appearance SHBrowseForFolder), You choose a folder , Then the contents of the folder have been uploaded to Google file .

As this feature requires upgrading Google Chrome to the latest version, or for other browsers running a Java Applet, I assume I can use this feature in my own websites? Because this function requires Google Chrome Upgrade to the latest version , Or run Java Applet Other browsers for , I assume I can use this feature in my own website ?

I would love to have this feature in a Content Management System I maintain! I want this functionality in the content management system I maintain !


Solution :

Reference resources : https://stackoom.com/en/question/ORgM
原网站

版权声明
本文为[javail]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202160340023002.html