https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38092
--- Comment #4 from Marcel de Rooy <[email protected]> --- (In reply to David Cook from comment #3) > Is the proposal to check file size beforehand and throw an exception if it's > over a particular size, or have it failover to a different storage method, > or...? There is no concrete proposal yet. I would recommend not to store all contents in memory. Koha::Uploader for instance uses a CGI hook. There are other ways too in LWP::UserAgent and friends (using a file handle). A hard limit on size (via pref or koha-conf) sounds good too. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
