KarimMokhtar / react-drag-drop-files

Light and simple Reactjs drag and drop files library to use with very flexible options to change, so you put whatever the design you want for your drop-area. Users can drag and drop or even select the file anywhere in the window.
MIT License
245 stars 86 forks source link

How to preview image upload #57

Closed vinhkaito closed 2 years ago

vinhkaito commented 2 years ago

It works great for me but i don't know how to get the preview image, can you help me ? thanks you so much

KarimMokhtar commented 2 years ago

Hello, @vinhkaito Actually we have left the Preview up to you so you could use any design you would like. Thanks for your contribution.

gith-amitm7 commented 2 years ago

I tried a similar implementation using custom file item renderers, but clicking on them results into the built in label to open the file picker rather than doing something else like previewing. Tried preventing propagation, still didn't work.