Roland Groza
Roland Groza
> @rolandjitsu The problem seems to be due to a [bug](https://bugs.chromium.org/p/chromium/issues/detail?id=1264708#c10) with Chromium on Linux. Providing a `description` seems to workaround the issue. Hmm. That's interesting. Does an empty description...
@aslan-alt we cannot do this because the type of the files depends on what the `getFilesFromEvent` returns. So we use `T extends File` in places where we return file objects.
I'm on Chrome 97 on macOS Big Sur and it seems to be ok: https://user-images.githubusercontent.com/1479737/152627689-30631ed1-7e6b-4d6d-b5c8-44ea276ba646.mov So what's `latest` Chrome for you? Note that there's an update that's using the new...
@OitaGG @joshuablokland @MaximeConan I'm pretty sure this is an unrelated issue to what @aidenBarrett96 is probably reporting. It may be related to the addition of [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API). Could...
@OitaGG @joshuablokland @MaximeConan just a quick question: are any of you using non-secure contexts (HTTP instead of HTTPS, iframes with insecure content, etc)? I've tested the codesandbox example and there...
@MaximeConan then I'll probably need more context to know what's going on there. @berickson1 ah yes. So that would definitely not work. It's the same exact issue that codesandbox has....
> Would wonder, will we have a plan to fix the problem for Chrome 97 on Mac? 🙂 Yes. There's https://github.com/react-dropzone/react-dropzone/pull/1140 which will not enable this feature unless in a...
It turns out that even if in a secure context, triggering the file picker open from a different origin is not allowed (at least not in Chrome). So gonna see...
@pahan35 @joshkel @zhengheng7913 thanks for the update. It's possible that Chrome may have had a bug. Also note that the FS access API is still an experimental technology, so you...
@berickson1 @joshuablokland just released https://github.com/react-dropzone/react-dropzone/pull/1142, could you guys try it out and let me know if the file picker opens now (you'll need the input as we fallback to it)?