function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ajay S SolankiAjay S Solanki 

Custom File Upload Using Lightning Component Greater than 4 MB

Hi All,

We are trying to upload file greater than 4 MB using lightning component. We don't want to go through lightning:fileUpload due to certain requirement needs.

Any help will be appreciated. Thanks
Best Answer chosen by Ajay S Solanki
Ajay S SolankiAjay S Solanki
We have identified the solution for this. We have achieved this using making callouts from XMLHttpRequest using ligthning component.