aleksei0807 / react-images-uploader

React.js component for uploading images to the server
MIT License
177 stars 67 forks source link

Stop thumbnail images getting replaced by server images #34

Open agentmilindu opened 6 years ago

agentmilindu commented 6 years ago

When I'm updating large image files, I see my thumbnails are getting replaced. The problem is, I'm not sending a URL, but just the file name in the response because I don't have a way to give a URL for the uploaded images and I don't need the thumbnails to get replaced by the server response's details. How can I do this?

agentmilindu commented 6 years ago

@aleksei0807 Please help

Way-U-Need commented 5 years ago

any updates??? same problem