react-images-uploading icon indicating copy to clipboard operation
react-images-uploading copied to clipboard

Feature request: Return resolution in errors object

Open joepardi opened this issue 1 year ago • 0 comments

When uploading multiple files, it's possible that one of the files does not pass the resolution check. When this occurs, it's not possible to determine which file failed the check in the callback function for onError.

This feature request is to add the resolution attributes to the files array passed back to the onError callback.

joepardi avatar Oct 31 '22 20:10 joepardi