aleksei0807 / react-images-uploader

React.js component for uploading images to the server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stop thumbnail images getting replaced by server images

agentmilindu opened this issue · comments

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?

any updates??? same problem