Follow-up Comment #1, bug #2179 (project glpi):
Impossible d'outrepasser la configuration en dure (upload_max_filesize) dans
le php.ini.
Une alternative possible :
On fait l'upload en error_reporting(0);
Ensuite, on fait un :
if(!file_exists($filename)) {
echo $lang["errormessage"][x]." ".ini_get("upload_max_filesize");
}
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?func=detailitem&item_id=2179>
_______________________________________________
Message sent via/by Gna!
http://gna.org/