Accessing uploaded .csv file using PapaParse

Hi…

I am trying to create a tool where we can upload .csv file & it will parse it for us…

Thanks to Plasmic team, we have inbuilt papaparse now…

But How do I parse it… Because when I access the file contents using @state.upload.{some name}.contents … its not working Is there a way to access upload file as blob ?

Hello @illuminating_egret. What do you see when using $state.upload…contents?

Yeah… I figured it out…

One more Question…

I wanna upload a file upto 50 mbs & then send it to my backend via api… how to send it…

api calls says the payload is large