You need to sign in to do that
Don't have an account?
DJ 367
Upload 50 MB file thru visualforce page
Hello All,
I have a urgent requirment where I need to store file of 50 MB. <apex:inputFile> does not support this much large file, I tried with the below link but I am not able to write code.
https://hub.appirio.com/tech-blog/upload-a-file-as-large-as-2gb-in-salesforce-using-a-visualforce-page
can someone please help me to achieve this. Thanks in advance.
I have a urgent requirment where I need to store file of 50 MB. <apex:inputFile> does not support this much large file, I tried with the below link but I am not able to write code.
https://hub.appirio.com/tech-blog/upload-a-file-as-large-as-2gb-in-salesforce-using-a-visualforce-page
can someone please help me to achieve this. Thanks in advance.
All Answers
Did you try Javascript remoting ?
https://forceadventure.wordpress.com/2013/07/19/uploading-attachments-to-salesforce-using-javascript-remoting/
Thanks,
Govindaraj.S
It is clearly mentioned in the blog that there is a limitation of 4.3 MB. My Requirement is to upload at least 50 MB file.
Limitations
* Considerably more complex
* Hoops to jump through because of limits on the platform
* Javascript Remoting maximum message size of 1 million characters (“Input too long. [0, 1000000]”)
Maximum String length of 6 million characters in apex code (“String length exceeds maximum: 6000000”)
* This means a functional limit of a file size of about 4.3 MB
Since you mentioned it in the Best answer, I would like to know how did you write code for chatter functionality. I also have the same requirement of uploading files more than 100mb to salesforce. Please send the code at rushiraghavendra@gmail.com. It would be really helpful to me.
Thanks,
Raghav