CulturalMe / meteor-slingshot

Upload files directly to AWS S3, Google Cloud Storage and others in meteor
MIT License
595 stars 104 forks source link

Cannot upload the same file #156

Closed dominicarrojado closed 8 years ago

dominicarrojado commented 8 years ago

Is it by default that I can't upload the same file again? There's no error showing. Its just not doing anything but choosing a different file will make it work again.

ko0stik commented 8 years ago

The reason you don't see any error is because you just replaced your file with the new upload. Take a look at the time it's been uploaded or try uploading two different files with the same name. The first should be overwritten by the second.

dominicarrojado commented 8 years ago

Got it Thanks! @ko0stik

sarita-dc commented 8 years ago

What if i want to show error saying "You are uploading same image" or allow them to upload same image.