On Saturday 09 June 2012 23:56:36 Tóth Ádám wrote: > Is it possible to allow big (e.g DVD iso) file uploads? > Here is an article: > http://code.google.com/p/sabredav/wiki/WorkingWithLargeFiles > > I still use 3.0.3, on Debian.
Debian defaults to 20% of RAM for /tmp using tmpfs (use df -h to see your value), so that's sth to keep in mind when uploading big files since uploads go through /tmp before being stored on disk. Besides that the 'post_max_size' field (in .htaccess on oc4, dunno about oc3) is important because that sets the maximum upload size. See also http://owncloud.org/support/big-files/ _______________________________________________ Owncloud mailing list [email protected] https://mail.kde.org/mailman/listinfo/owncloud
