Roland Groza

Results 191 comments of Roland Groza

Please see a [screencast](https://drive.google.com/open?id=1SFWKdkFYirYqDV7ZAOtpsLeSYyHLZIfN) which illustrates the `{path}` works as expected and it is different from the `{name}`. Without a bit more info and some reproducible example it's hard to...

> Do you have an example implementation in an online code playground I could fork off of for that? It's the official docs site at [react-dropzone.js.org](https://react-dropzone.js.org). The code is in...

It could really help to get an isolated example on codesandbox or somewhere so we can investigate the issue.

@parkertomatoes the commit you mentioned addresses Electron, whereas this issue doesn't specifically mention that. Without a way to reproduce this, it's difficult to find what the issue is.

@barbalex 😆 ok, it is important. Because this seems to be an issue that https://github.com/react-dropzone/file-selector/pull/11 addressed and should have fixed. Have you tried latest of this lib?

@barbalex I will try to find some time to try your project and see what's going on.

@barbalex it's possible that the node API implementation is different. It could be helpful to provide some docs on how electron handles file paths, then we could, maybe, add support...

@barbalex is this something that you're still having trouble with?

@jmcrthrs please submit a proposal as a new issue and we'll discuss there. Thanks.

@barbalex thanks for reporting this. Interesting. These are the [changes b/t v0.2 and v0.4](https://github.com/react-dropzone/file-selector/compare/v0.2.4...v0.4.0). The major changes are around supporting the [File System Access API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API). There's no changes in how...