You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be very beneficial to the developer to be able to style the look of specific files.
Providing specific icons if the file does not have any thumbnail. Also providing a JS way to sort the files, then a CSS or bootstrap way to put the files in a user-defined grid.
the browser will pass a version of the user's file system that doesn't contain any security compromising information. then the browser holds that filesystem till it is requested, then the browser will allow the developer to categorize the files according to their types (folder, audio, video, document, image, application, and compressed files/folders, or by default [everything included] ) of course with restricted files and folders taken out of the list.
The browser will still provide the same restrictions as before (i.e permissions and user gestures are required), but this feature will enable the website to have a native feel to it. Thus can be implemented in Web-Apps.
Note: The developer will not have any programmatical way of accessing this styled picker to write into or read any of the categories' contents. The developer can preview the styled picker during development (localhost) only and not when the webpage has been loaded client-side.
The text was updated successfully, but these errors were encountered:
This API intentionally uses the native system's file picker to piggy-back on the user's mental model of selecting a file to open/save. I don't see us supporting custom file pickers
Ah yes, sorry, I should be more specific. Chromium could ship a custom file picker to integrate with cloud services, etc. But I don't see us allowing web sites to style the file picker, which is what's requested here
It would be very beneficial to the developer to be able to style the look of specific files.
Providing specific icons if the file does not have any thumbnail. Also providing a JS way to sort the files, then a CSS or bootstrap way to put the files in a user-defined grid.
the browser will pass a version of the user's file system that doesn't contain any security compromising information. then the browser holds that filesystem till it is requested, then the browser will allow the developer to categorize the files according to their types (folder, audio, video, document, image, application, and compressed files/folders, or by default [everything included] ) of course with restricted files and folders taken out of the list.
The browser will still provide the same restrictions as before (i.e permissions and user gestures are required), but this feature will enable the website to have a native feel to it. Thus can be implemented in Web-Apps.
Note: The developer will not have any programmatical way of accessing this styled picker to write into or read any of the categories' contents. The developer can preview the styled picker during development (localhost) only and not when the webpage has been loaded client-side.
The text was updated successfully, but these errors were encountered: