ZIP support
This commit is contained in:
parent
d156f631ce
commit
664dce496a
@ -40,7 +40,7 @@
|
|||||||
define('ERROR_NOMOVE', 'The server failed to handle your upload.');
|
define('ERROR_NOMOVE', 'The server failed to handle your upload.');
|
||||||
define('ERROR_FILEEXT', 'Unsupported image format.');
|
define('ERROR_FILEEXT', 'Unsupported image format.');
|
||||||
define('ERR_INVALIDIMG','Invalid image.');
|
define('ERR_INVALIDIMG','Invalid image.');
|
||||||
define('ERR_FILESIZE', 'Maximum file size: %maxsz%<br>Your file\'s size: %sz%');
|
define('ERR_FILESIZE', 'Maximum file size: %maxsz% bytes<br>Your file\'s size: %filesz% bytes');
|
||||||
define('ERR_MAXSIZE', 'The file was too big.');
|
define('ERR_MAXSIZE', 'The file was too big.');
|
||||||
|
|
||||||
// For resizing, max values
|
// For resizing, max values
|
||||||
|
Loading…
Reference in New Issue
Block a user