react-images-upload
react-images-upload copied to clipboard
React input file component with images preview
singleImage prop is still not working correctly when you set it to true, it still lets upload multiple images.
I want to remove all the selected images that are being previewed after the images are uploaded successfully.
I think the simplest solution is the suggested by react: * Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will...
how can config component so it allow only selection of single image currently can select multiple images
i want to disable clear button on preview image?
Hi guys! So in what format does it save the picture in the state? Is it an byte array? A blob? Can't find it out on myself. I logged the...
How to init pictures in preview ? Example for 'edit' some item.
I use only `imgExtension={['.jpg']}` but on the webpage is always shows `Max file size: 5mb, accepted: jpg|gif|png` I don't want gifs uploaded. Just jpg. Even when I change the max...