Now I use Alfresco 4.0d, I can upload only 2GB file. I want to upload a file which size is more than 4GB. How can I customize to upload 4GB file in Alfresco?
Asked
Active
Viewed 4,618 times
2
-
Did you try anything, e.g. searching the internet for 'alfresco max file size upload'? – home Jul 03 '12 at 05:57
-
How are you uploading the files? CIFS? WebDAV? CMIS? Share? Explorer? IMAP? – Gagravarr Jul 12 '12 at 09:00
-
See https://forums.alfresco.com/en/viewtopic.php?t=17602 and other hits from Google – DNA Jul 12 '12 at 15:47
-
There's a well known flash issue where the flash uploader cannot handle files over 2GB. I guess some people get around that by using a classic HTML uploader, though I don't yet know how to disable the flash one.. – James T Snell Mar 25 '14 at 23:38
1 Answers
3
By default you should be able to upload 2GB files into Alfresco.
Alfresco's CMIS interface has a default maximum upload size of 4GB, you can remove this limitation by adding the following alfresco-global.properties
line as described in the documentation:
opencmis.maxContentSize=-1
What filesystem is alf_data on? If it is FAT32, that is be the problem.

Nicolas Raoul
- 58,567
- 58
- 222
- 373
-
Thank Raoul, Yes I try to search in google. Now we change from Alfresco EMS to other framework. Thank for U your answer. – May Thet Htwe Jul 25 '12 at 08:30