SimpleBatchUpload icon indicating copy to clipboard operation
SimpleBatchUpload copied to clipboard

Use chunked upload for large files

Open s7eph4n opened this issue 9 years ago • 0 comments

If a file exeeds post_max_size or upload_max_filesize set in php.ini the upload will fail without proper error message.

It seems that PHP does not raise an error when the file is too large and ApiUpload is not explicitly testing this error condition, so no error message is generated. MediaWiki's own $wgMaxUploadSize is checked however.

Workaround for the moment: Raise the php.ini settings above the largest expected file size.

s7eph4n avatar Jun 09 '16 14:06 s7eph4n