onUploadComplete and onUploadError
Do I understand correctly that throwing error in
onUploadComplete
won't trigger onUploadError
? I just need to return errors as values from onUploadComplete
and check manually in onClientUploadComplete
?1 Reply
I had the same issue a couple of days ago, had to work around it. It'd be nice if they add this feature.