XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier uploader.php

Variables

const _ER_UP_MIMETYPELOAD 'Error loading mime types definition'
 
const _ER_UP_FILENOTFOUND 'File not found'
 
const _ER_UP_INVALIDFILESIZE 'Invalid File Size'
 
const _ER_UP_FILENAMEEMPTY 'Filename Is Missing'
 
const _ER_UP_NOFILEUPLOADED 'No file uploaded'
 
const _ER_UP_ERROROCCURRED 'Unexpected Error #%s'
 
const _ER_UP_UPLOADDIRNOTSET 'Upload directory not set'
 
const _ER_UP_FAILEDOPENDIR 'Failed opening directory: %s'
 
const _ER_UP_FAILEDOPENDIRWRITE 'Failed opening directory with write permission: %s'
 
const _ER_UP_FILESIZETOOLARGE 'File size too large (Maximum %u bytes): %u bytes'
 
const _ER_UP_FILEWIDTHTOOLARGE 'File width too large (Maximum %u px): %u px'
 
const _ER_UP_FILEHEIGHTTOOLARGE 'File height too large (Maximum %u px): %u px'
 
const _ER_UP_MIMETYPENOTALLOWED 'File of MIME type: %s is not allowed'
 
const _ER_UP_FAILEDUPLOADFILE 'Failed uploading file: %s'
 
const _ER_UP_FAILEDFETCHIMAGESIZE 'Failed fetching image size of %s, skipping max dimension check..'
 
const _ER_UP_UNKNOWNFILETYPEREJECTED "The file you're trying to upload is not supported by this site/server."
 
const _ER_UP_ERRORSRETURNED 'Errors Returned While Uploading file: %s'
 
const _ER_UP_INVALIDIMAGEFILE 'Invalid image file'
 
const _ER_UP_SUSPICIOUSREFUSED 'Suspicious image upload refused'
 
const _ER_UP_INVALIDFILENAME 'Invalid file name'
 
const _ER_UP_FAILEDSAVEFILE 'Failed to save file to %s'
 
const _ER_UP_INISIZE 'The uploaded file exceeds the upload_max_filesize directive in php.ini'
 
const _ER_UP_FORMSIZE 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'
 
const _ER_UP_PARTIAL 'The uploaded file was only partially uploaded'
 
const _ER_UP_NOFILE 'No file was uploaded'
 
const _ER_UP_NOTMPDIR 'Missing a temporary folder'
 
const _ER_UP_CANTWRITE 'Failed to write file to disk'
 
const _ER_UP_EXTENSION 'File upload stopped by extension. View phpinfo()'
 
const _ER_UP_UNKNOWN 'Unknown upload error'
 
const _ER_UP_INDEXNOTSET 'Attempt to fetch multiple file, index must be set.'
 

Documentation des variables

◆ _ER_UP_CANTWRITE

const _ER_UP_CANTWRITE 'Failed to write file to disk'

◆ _ER_UP_ERROROCCURRED

const _ER_UP_ERROROCCURRED 'Unexpected Error #%s'

◆ _ER_UP_ERRORSRETURNED

const _ER_UP_ERRORSRETURNED 'Errors Returned While Uploading file: %s'

◆ _ER_UP_EXTENSION

const _ER_UP_EXTENSION 'File upload stopped by extension. View phpinfo()'

◆ _ER_UP_FAILEDFETCHIMAGESIZE

const _ER_UP_FAILEDFETCHIMAGESIZE 'Failed fetching image size of %s, skipping max dimension check..'

◆ _ER_UP_FAILEDOPENDIR

const _ER_UP_FAILEDOPENDIR 'Failed opening directory: %s'

◆ _ER_UP_FAILEDOPENDIRWRITE

const _ER_UP_FAILEDOPENDIRWRITE 'Failed opening directory with write permission: %s'

◆ _ER_UP_FAILEDSAVEFILE

const _ER_UP_FAILEDSAVEFILE 'Failed to save file to %s'

◆ _ER_UP_FAILEDUPLOADFILE

const _ER_UP_FAILEDUPLOADFILE 'Failed uploading file: %s'

◆ _ER_UP_FILEHEIGHTTOOLARGE

const _ER_UP_FILEHEIGHTTOOLARGE 'File height too large (Maximum %u px): %u px'

◆ _ER_UP_FILENAMEEMPTY

const _ER_UP_FILENAMEEMPTY 'Filename Is Missing'

◆ _ER_UP_FILENOTFOUND

const _ER_UP_FILENOTFOUND 'File not found'

◆ _ER_UP_FILESIZETOOLARGE

const _ER_UP_FILESIZETOOLARGE 'File size too large (Maximum %u bytes): %u bytes'

◆ _ER_UP_FILEWIDTHTOOLARGE

const _ER_UP_FILEWIDTHTOOLARGE 'File width too large (Maximum %u px): %u px'

◆ _ER_UP_FORMSIZE

const _ER_UP_FORMSIZE 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'

◆ _ER_UP_INDEXNOTSET

const _ER_UP_INDEXNOTSET 'Attempt to fetch multiple file, index must be set.'

◆ _ER_UP_INISIZE

const _ER_UP_INISIZE 'The uploaded file exceeds the upload_max_filesize directive in php.ini'

◆ _ER_UP_INVALIDFILENAME

const _ER_UP_INVALIDFILENAME 'Invalid file name'

◆ _ER_UP_INVALIDFILESIZE

const _ER_UP_INVALIDFILESIZE 'Invalid File Size'

◆ _ER_UP_INVALIDIMAGEFILE

const _ER_UP_INVALIDIMAGEFILE 'Invalid image file'

◆ _ER_UP_MIMETYPELOAD

const _ER_UP_MIMETYPELOAD 'Error loading mime types definition'

◆ _ER_UP_MIMETYPENOTALLOWED

const _ER_UP_MIMETYPENOTALLOWED 'File of MIME type: %s is not allowed'

◆ _ER_UP_NOFILE

const _ER_UP_NOFILE 'No file was uploaded'

◆ _ER_UP_NOFILEUPLOADED

const _ER_UP_NOFILEUPLOADED 'No file uploaded'

◆ _ER_UP_NOTMPDIR

const _ER_UP_NOTMPDIR 'Missing a temporary folder'

◆ _ER_UP_PARTIAL

const _ER_UP_PARTIAL 'The uploaded file was only partially uploaded'

◆ _ER_UP_SUSPICIOUSREFUSED

const _ER_UP_SUSPICIOUSREFUSED 'Suspicious image upload refused'

◆ _ER_UP_UNKNOWN

const _ER_UP_UNKNOWN 'Unknown upload error'

◆ _ER_UP_UNKNOWNFILETYPEREJECTED

const _ER_UP_UNKNOWNFILETYPEREJECTED "The file you're trying to upload is not supported by this site/server."

◆ _ER_UP_UPLOADDIRNOTSET

const _ER_UP_UPLOADDIRNOTSET 'Upload directory not set'