i-e-b / jQueryFileUpload.Net

[Out of Date] .Net handler for http://aquantum-demo.appspot.com/file-upload
68 stars 54 forks source link

Using duplicate filenames #8

Closed plykkegaard closed 12 years ago

plykkegaard commented 12 years ago

Hi

If you upload the same file more than once only the newest file exists - the older file is replaced

Thanks /Peter

i-e-b commented 12 years ago

Yes, this is as intended. You could modify the source to give a unique name to each upload, but in the general case this is more likely to cause confusion as to which copy is which version.

plykkegaard commented 12 years ago

Yes, this is as intended

Ahh ok - thanks for the info