Just to get our grounding, can everyone working on an Aiki instance with
upload problems find out the following values?
<?php
echo ini_get('post_max_size');
echo ini_get('upload_max_filesize');
?>
In Apache, the default value of post_max_size is 8MB, and
upload_max_filesize is 2MB.
This means that no one file can be more than 2MB while the total payload
cannot exceed 8MB.
I've been led to believe that plupload can circumvent these limits
through chunking but a) I have not tested this claim, b) I have not
checked to see if the Aiki sites are using chunking, and c) I would note
that chunking is not supported by HTML5 as per
http://www.plupload.com/index.php.
--
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/701171
Title:
Can't upload 13 mb pdf
Status in Aiki Framework:
Confirmed
Status in Open Font Library:
Confirmed
Status in Scale Journal:
Confirmed
Status in Yumumu:
Confirmed
Bug description:
It's just a collection of images. Not sure why it's not uploading.
There's no wacky characters in the title.
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help : https://help.launchpad.net/ListHelp