Bojan Hribernik
Bojan Hribernik
Yeah I am very busy ATM as well ... will try to update all packages in a batch sometimes soon. I think that scalar should be a part of the...
Hmm ... I'm not sure that I understand what your problem is ... Is file uploaded successfully? Can you view `http://localhost:3000/8d38f565-7846`? Can you post `Request Payload` from the upload mutation?...
So if I understand correctly, you don't receive any file data on the server? I'm not sure what `react-dropzone` does, but it might be related to [this](https://github.com/HriBB/apollo-upload-network-interface/issues/10) issue? Only `FileList`...
@thebigredgeek sorry, I am on vacation in Turkey ATM. I come back on March 5th, and we can fix/support this.
Hmm ... I don't exactly understand your problem. In your case, `files[0].path` points to the uploaded file, so you can move it to your uploads folder or do whatever with...
``` import { parse } from 'path' ``` https://nodejs.org/api/path.html#path_path_parse_path
We should create an example app to demonstrate the entire upload flow. Maybe we can use https://github.com/apollostack/react-apollo/tree/master/examples/create-react-app
@JakeSidSmith is there anything we can do to help you out? Maybe create some examples? I'm using version 2.1.0 and it works great on desktop, but has problems on mobile,...
@ck97756 I'm rather busy right now, will take some time to address this issue. You are welcome to open a PR. Check out [this piece of code](https://github.com/HriBB/react-paper-bindings/blob/master/src/PaperRenderer.js#L114-L122)
@ck97756 check out the new [version 3](https://github.com/react-paper/react-paper-bindings/tree/v3) and the [examples](https://github.com/react-paper/react-paper-bindings/tree/v3/demo).