Bunlong/react-papaparse

[Question] It is possible to upload a file along with data parsing method

Closed this issue · 1 comments

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.

ohh got the answer.

onUploadAccepted has 3 properties result, file and event.

Can access file object now.