mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
UploadErrorCode/UploadError use PHP UPLOAD_ERR_* numbers
This commit is contained in:
parent
b5201883d6
commit
6aedba9d36
6 changed files with 38 additions and 49 deletions
|
|
@ -48,10 +48,10 @@ export const Scope = {
|
|||
export const UploadErrorCode = {
|
||||
Normal: 0,
|
||||
FileIsTooBig: 1,
|
||||
FilePartiallyUploaded: 2,
|
||||
NoFileUploaded: 3,
|
||||
MissingTempFolder: 4,
|
||||
OnSavingFile: 5,
|
||||
FilePartiallyUploaded: 3,
|
||||
NoFileUploaded: 4,
|
||||
MissingTempFolder: 6,
|
||||
OnSavingFile: 7,
|
||||
FileType: 98,
|
||||
Unknown: 99
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue