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

React input file component with images preview

Results 100 react-images-upload issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `yarn` dependencies of this project. #### Changes included in this PR - Changes to the following...

Hi! I've used this package for my React project and it's been great! I was wondering if there is a reason behind having `withPreview` attribute defaults to `false`. When I...

The case: let say we are editing a post content. We want to show a default image from a url received from database, and we want to change image preview...

It's about time we had tests for the component. Need to setup testing infrastructure (jest, react-testing library or enzyme). That way, when something is not behaving as expected, we can...

I want to make it mandatory to select a file, like it is already possible with HTML 5 in this way : `` I was thinking if there is way...

fix for this issue https://github.com/JakeHartnell/react-images-upload/issues/171 added timestamp value for each image dataUrl value if we upload same image twice then filenames are identical in those two images and dataUrl string...

when we add same image file more than once let say first if we add 1.jpg, 2.jpg, 3,jpg then add 4.jpg, 1.jpg, finally when we try to remove last added...

I add some files to uploader -> onDrop event fires twice "react-images-upload": "^1.2.3",

I saw the onChange = {this.onDrop} cannot be triggered. I have defined onDrop function, when changing the inputs, the onDrop can't be executed. can you please check if you have...

Hi dear, How I choose pictures after i uploaded and get properties of picture such as height, width of picture . . .? Thank for support