XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
uploader.php
Go to the documentation of this file.
1 <?php
2 // $Id: uploader.php 11355 2013-04-07 03:14:28Z beckmi $
3 // _LANGCODE: en
4 // _CHARSET : UTF-8
5 // Translator: XOOPS Translation Team
6 define('_ER_UP_MIMETYPELOAD','Error loading mime types definition');
7 define('_ER_UP_FILENOTFOUND','File not found');
8 define('_ER_UP_INVALIDFILESIZE','Invalid File Size');
9 define('_ER_UP_FILENAMEEMPTY','Filename Is Missing');
10 define('_ER_UP_NOFILEUPLOADED','No file uploaded');
11 define('_ER_UP_ERROROCCURRED','Unexpected Error #%s');
12 define('_ER_UP_UPLOADDIRNOTSET','Upload directory not set');
13 define('_ER_UP_FAILEDOPENDIR','Failed opening directory: %s');
14 define('_ER_UP_FAILEDOPENDIRWRITE','Failed opening directory with write permission: %s');
15 define('_ER_UP_FILESIZETOOLARGE','File size too large (Maximum %u bytes): %u bytes');
16 define('_ER_UP_FILEWIDTHTOOLARGE','File width too large (Maximum %u px): %u px');
17 define('_ER_UP_FILEHEIGHTTOOLARGE','File height too large (Maximum %u px): %u px');
18 define('_ER_UP_MIMETYPENOTALLOWED','File of MIME type: %s is not allowed');
19 define('_ER_UP_FAILEDUPLOADFILE','Failed uploading file: %s');
20 define('_ER_UP_FAILEDFETCHIMAGESIZE','Failed fetching image size of %s, skipping max dimension check..');
21 define('_ER_UP_UNKNOWNFILETYPEREJECTED',"The file you're trying to upload is not supported by this site/server.");
22 define('_ER_UP_ERRORSRETURNED','Errors Returned While Uploading file: %s');
23 define('_ER_UP_INVALIDIMAGEFILE','Invalid image file');
24 define('_ER_UP_SUSPICIOUSREFUSED','Suspicious image upload refused');
25 define('_ER_UP_INVALIDFILENAME','Invalid file name');
26 define('_ER_UP_FAILEDSAVEFILE','Failed to save file to %s');