Marc Delisle schrieb:
Sebastian Mendel a écrit :
$GLOBALS['strUploadErrorIniSize'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini.'; $GLOBALS['strUploadErrorFormSize'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.'; $GLOBALS['strUploadErrorPartial'] = 'The uploaded file was only partially uploaded.'; $GLOBALS['strUploadErrorNoTempDir'] = 'Missing a temporary folder.'; $GLOBALS['strUploadErrorCantWrite'] = 'Failed to write file to disk.'; $GLOBALS['strUploadErrorExtension'] = 'File upload stopped by extension.'; $GLOBALS['strUploadErrorUnknown'] = 'Unknown error in file upload.';
Sebastian, this is for 2.11 only, I guess?
oh, yes for HEAD, forgot to mention