stts-se / chromedictator

Demo app for testing Google Chrome's ASR API
MIT License
0 stars 0 forks source link

Save file copy when a supposedly new file already exists on server #32

Closed HannaLindgren closed 5 years ago

HannaLindgren commented 5 years ago

When the server receives a file name to write to, that already exists, and the overwrite flag is set to false, the new file should be saved in a separate folder and/or with a separate file extension for debugging.

See also #25.

HannaLindgren commented 5 years ago

Saves file with same name + ".BAK"