reset password
Author Message
kknaur
Posts: 540
Posted 12:34 Oct 10, 2010 |

Under the File Upload and Download section of the homework, one of the bullet points says the following:

"Two files with the same name and are uploaded to the same folder can be treated either as the same file so the second file uploaded overwrites the first one, or as different files which means the system will keep both files."

Does this mean that we can choose which way to implement how the web app handles duplicate files in the same folder, or does it mean that we should give the user a choice of which option to use?

cysun
Posts: 2935
Posted 13:56 Oct 10, 2010 |
kknaur wrote:
...

Does this mean that we can choose which way to implement how the web app handles duplicate files in the same folder,...

You can choose which way to do it.