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
Siva SakthiSiva Sakthi 

How to use connection.js for file upload more than 5MB in lightning component

Hi,

   How to use the connection.js for file upload more than 5MB in lightning component? I tried to split chunks the files size can upload with in 5 MB. I want to upload more than 5MB means how to acheive this via connection.js.  Can any one help on this.

 
JLA.ovhJLA.ovh
I think your issue has been detailed and solved here (http://salesforce.stackexchange.com/questions/7800/loading-files-greater-than-5m-using-vf-page)

Regards,
JL
Siva SakthiSiva Sakthi
Thanks for your reply. I want to know how to use this in ' Lightning Component ' .
Muzammil BajariaMuzammil Bajaria
Hi,
I need help in uploading a file in contentVersion using lightning component. Please refer to below link for details. 

https://developer.salesforce.com/forums#!/feedtype=SINGLE_QUESTION_DETAIL&dc=Lightning&criteria=ALLQUESTIONS&id=9060G000000I30IQAS

Thank You.