9 Oct
2024
9 Oct
'24
11:53 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38092 --- Comment #4 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (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.