The browsers themselves have a limit. I found this when I googled: *Internet Explorer v9 - v11, Chrome, Safari, Edge, and Firefox support the HTML5 uploader, which has a max 4GB file size limit.*
At our institution this is how we set that config value: upload.max = 536870912 When we have large video files, we usually use the process described below, which has to be done on the server: https://wiki.lyrasis.org/display/DSDOC6x/Importing+and+Exporting+Items+via+Simple+Archive+Format There are other options, for example, if you have Sword or Swordv2 deployed. Hope this helps, -Jose On Thu, Oct 15, 2020 at 9:40 AM Santosh Kumar <[email protected]> wrote: > Hello, > I have installed dpace 6.3 recently and started working on the items and > bitstreams. Uploading large videos >200MB shows the continuation ID error > and the upload aborts. > After making changes to upload.max=-1 the same error continues. Im using > the xmlui version. We are able to upload files <100MB > It seems upload.max=-1 is invalid for xmlui version. > We have lot of large video files ranging from 100MB to 40 GB . How do we > upload large files ? plz comment > > -- > All messages to this mailing list should adhere to the DuraSpace Code of > Conduct: https://duraspace.org/about/policies/code-of-conduct/ > --- > You received this message because you are subscribed to the Google Groups > "DSpace Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/dspace-community/72566618-59aa-4aad-a55f-fc0d9340f078n%40googlegroups.com > <https://groups.google.com/d/msgid/dspace-community/72566618-59aa-4aad-a55f-fc0d9340f078n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- All messages to this mailing list should adhere to the DuraSpace Code of Conduct: https://duraspace.org/about/policies/code-of-conduct/ --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/CAK%3DKc-srvcgufd5jTyewJCx%2BnOYqCT7gWK1y0rdUbJ_EKc85MA%40mail.gmail.com.
