[Question] It is possible to upload a file along with data parsing method
Closed this issue · 1 comments
onkartibe commented
Hi
I am using react-papaparse
and would like to upload the actual file along with CSV parsing.
Is there a way to access actual file object?
I tried onDropAcceppted
method but no luck.
Note: I am using onUploadAccepted
to parse the CSV already.
onkartibe commented
ohh got the answer.
onUploadAccepted has 3 properties result, file and event.
Can access file object now.