Sending large files via API

Hi… How can i send a file more than 50 mb via rest api call ?

It gives me an error that its large file.

or how do i use it to send file as stream via formidable…

What are you doing that requires 50MB+ to be sent in an API call?

I am building a tool which accepts an excel file in formats .xlsx , .csv & .txt formats. Then this tool will display the columns for them to select relevant fields. & then do some analytical stuff…

So i need to use upload file & send it to my backend to extract the columns & so on. The problem is i cant use client side functions as it hangs the browser… have to do it at the server.

Hello @illuminating_egret. Can you check if you server accepts large files? I think our servers are already configured to do so

I am running on localhost…

Even running on localhost there are file size limits

Yeah… Now I am able to send large files as binary or raw data…

But still now able to make calls from the integrations to the running localhost backend server.,… Gives some network error or internal error

Saw that Samuel answered you, sorry for the delay.