Hello,
Our team currently using Mutliple File Upload.
When upload file in Internet Explorer 11 , it cause error and fail to upload.
We can reproduce this phenomenon in your Demo site.
File Upload (luis-santosmonteiro.outsystemscloud.com)
I attach console error message.
InvalidStateError
{
[functions]: ,
__proto__: { },
ABORT_ERR: 20,
code: 11,
constructor: { },
DATA_CLONE_ERR: 25,
DOMSTRING_SIZE_ERR: 2,
HIERARCHY_REQUEST_ERR: 3,
INDEX_SIZE_ERR: 1,
INUSE_ATTRIBUTE_ERR: 10,
INVALID_ACCESS_ERR: 15,
INVALID_CHARACTER_ERR: 5,
INVALID_MODIFICATION_ERR: 13,
INVALID_NODE_TYPE_ERR: 24,
INVALID_STATE_ERR: 11,
message: "InvalidStateError",
name: "InvalidStateError",
NAMESPACE_ERR: 14,
NETWORK_ERR: 19,
NO_DATA_ALLOWED_ERR: 6,
NO_MODIFICATION_ALLOWED_ERR: 7,
NOT_FOUND_ERR: 8,
NOT_SUPPORTED_ERR: 9,
PARSE_ERR: 81,
QUOTA_EXCEEDED_ERR: 22,
SECURITY_ERR: 18,
SERIALIZE_ERR: 82,
SYNTAX_ERR: 12,
TIMEOUT_ERR: 23,
TYPE_MISMATCH_ERR: 17,
URL_MISMATCH_ERR: 21,
VALIDATION_ERR: 16,
WRONG_DOCUMENT_ERR: 4
}
Our customer browser requriement include Internet Explorer 11 , therefore it is very helpful if you have workaround for Internet Explorer 11.
IE version
Ayumi
Hi @Ayumi Fukushima ,
Please try below component for browser u r using.
Multifile Upload.
Also, refer below demo.
Happy Learning.
Hi Ayumi Fukushima
I tested in the Demo and it worked fine:
What is the size of your image?
Best regards,
Luís
Hi Ayumi,
I also tested the demo app. It worked fine. Find below.
Can you try to perform the upload after restarting your system or try with different machine with IE11. There is no issue with demo app.
Thanks, Aadhavan S
Hello all,
Thank you very much for response and nice component.
We tried with multiple PC, but still error like attached gif occured, it also occured on downloaded component.
This issue only occur in Internet Explorer.
As our teams workaround, we avoided this phenomenon by avoid Ajax refresh of Upload Widget.
Clear value of Upload Widget by Javascript after upload something,
Ayumi Fukushima