acadsamplesdb / acad_samples

ACAD samples database
0 stars 0 forks source link

System Error 500 with [Upload] a file #17

Closed sgoodswen closed 8 years ago

sgoodswen commented 8 years ago

A System Error 500 is generated if you try to [Upload] a file that already exists

craigpatten commented 8 years ago

This is by design — for security reasons the application is not able to overwrite (or delete) data on the object store. We could revisit this if required.

sgoodswen commented 8 years ago

I think the design is correct, but rather than a System Error 500 could we please inform the user that the file already exists and cannot be uploaded again

OR

Perhaps we can warn the user that the files already exists but also give the option to replace it

sgoodswen commented 8 years ago

fixed