You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 25, 2023. It is now read-only.
I download the latest version of iOS8, I noticed the script is not working. I can choose the image but after hitting start upload, the app do not upload the image.
I connected my iPhone to MAC , I noticed the following Javascript error displayed after choosing the image and before clicking 'start upload'
load-image.min.js:1:11575
[Log] FileError (load-image.min.js, line 1)
code: 4 proto: FileErrorPrototype
ABORT_ERR: 3
ENCODING_ERR: 5
INVALID_MODIFICATION_ERR: 9
INVALID_STATE_ERR: 7
NOT_FOUND_ERR: 1
NOT_READABLE_ERR: 4
NO_MODIFICATION_ALLOWED_ERR: 6
PATH_EXISTS_ERR: 12
QUOTA_EXCEEDED_ERR: 10
SECURITY_ERR: 2
SYNTAX_ERR: 8
TYPE_MISMATCH_ERR: 11
constructor: FileErrorConstructor proto: Object
The image format is jpg and the size is 1.76
I test on iOS 7, it is working fine.
The text was updated successfully, but these errors were encountered:
I download the latest version of iOS8, I noticed the script is not working. I can choose the image but after hitting start upload, the app do not upload the image.
I connected my iPhone to MAC , I noticed the following Javascript error displayed after choosing the image and before clicking 'start upload'
load-image.min.js:1:11575
[Log] FileError (load-image.min.js, line 1)
code: 4
proto: FileErrorPrototype
ABORT_ERR: 3
ENCODING_ERR: 5
INVALID_MODIFICATION_ERR: 9
INVALID_STATE_ERR: 7
NOT_FOUND_ERR: 1
NOT_READABLE_ERR: 4
NO_MODIFICATION_ALLOWED_ERR: 6
PATH_EXISTS_ERR: 12
QUOTA_EXCEEDED_ERR: 10
SECURITY_ERR: 2
SYNTAX_ERR: 8
TYPE_MISMATCH_ERR: 11
constructor: FileErrorConstructor
proto: Object
The image format is jpg and the size is 1.76
I test on iOS 7, it is working fine.
The text was updated successfully, but these errors were encountered: