JakeHartnell / react-images-upload

React input file component with images preview
https://jakehartnell.github.io/react-images-upload/
MIT License
348 stars 154 forks source link

how we can review the after submit the images. #214

Open Vijayan-Murugan opened 3 years ago

Vijayan-Murugan commented 3 years ago

while uploading the first time I can able to review the images. After successfully upload the image to the server. if I want to edit that image like remove it.

I got the image URL from the server.

images:[ ''url1', 'url2' ]

how I can review this type of URL image.

Please help me out with this.