Open elhampour opened 6 years ago
This must have been fixed as currently, the onChange
method returns the actual FileList
, not the Base 64 version.
Hi @IvanLinos we can update the README to show how to convert the FileList
that is returned by onChange
to base 64 for those who want to do direct upload.
@joshuaai feel free to make a PR ;)
how to convert filelist to base64 ?
@JakeHartnell currently the component returns both the list of files and their base64 encoding, so I think this should be closed.
i want to upload the uploaded image to server, but your component convert it to base 64. can you help me ?