|
@@ -30,7 +30,7 @@ |
|
|
block discarded – undo |
|
30
|
30
|
UPLOAD_ERR_OK => 'There is no error, the file uploaded with success', |
|
31
|
31
|
UPLOAD_ERR_INI_SIZE => 'The uploaded file exceeds the upload_max_filesize directive in php.ini', |
|
32
|
32
|
UPLOAD_ERR_FORM_SIZE => 'The uploaded file exceeds the MAX_FILE_SIZE directive'. |
|
33
|
|
- 'that was specified in the HTML form', |
|
|
33
|
+ 'that was specified in the HTML form', |
|
34
|
34
|
UPLOAD_ERR_PARTIAL => 'The uploaded file was only partially uploaded', |
|
35
|
35
|
UPLOAD_ERR_NO_FILE => 'No file was uploaded', |
|
36
|
36
|
UPLOAD_ERR_NO_TMP_DIR => 'Missing a temporary folder', |
Please login to merge, or discard this patch.