I am having problems integrating React-dropzone with FeathersJS Upload
I successfully completed the RESTful download when you sent the POST data for my download endpoint. { uri: data:image/gif;base64,........}
My problem is to select a file in the response-response zone and submit the form, I see the type File... It seems I need to somehow convert this to a data URI.
This should be handled by Dauria ... But I think my problem is in my POST request without having the property Fileset with the correct file format. Should I convert Fileto FormData?
source
share