m-inan / react-upload-gallery

React for Upload Image Gallery. Sorted by drag & drop and Customizable
MIT License
80 stars 44 forks source link

Upload image one by one not showing image #6

Closed ilhamjulianto closed 5 years ago

ilhamjulianto commented 5 years ago

Screen Shot 2019-06-26 at 11 00 16

How can I upload image one by one without lost image

m-inan commented 5 years ago

Sorry, i don't know exactly what you mean. Do you want to remove the wrong downloads? Or do you want to upload a single image?

ilhamjulianto commented 5 years ago

I want to upload a single image

m-inan commented 5 years ago

The main purpose of the package is to upload multiple images. but you know limiting the number of pictures if you want. Like this.

<RUG
  rules={{
    limit: 1
  }}
/>
ilhamjulianto commented 5 years ago

sorry I want to upload images, when I upload one picture, the card displays the image, but for the second time, the card does not display the image