Menage error with multiple upload #1156
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I do not find a good way to manage this case:
the user select multiple file to upload, but not all get a success response from the server for some reason.
I know there is various callback (e.g. onCompleteItem), but I want to store the error inside the item, so I can access it in clean way.
I can get the response error from the server, and the class FileItem has a "IsError" field, but I do not find a way to assign/find the error message/object from the server to the object.
Can you help me?