filesafe/controllers
Bobby Wibowo e81e706914
Bug fix for chunked uploads support
Previously chunks merging would end up with corrupted files if the files were chunked into more than 10 chunks. It had something to do with incorrect file names sorting. This commit would fix it by prepending zeros to the file names depending on the amount of chunks.
2018-03-28 21:10:20 +07:00
..
albumsController.js Updates 2018-03-25 02:47:41 +07:00
authController.js Updates 2018-03-25 02:47:41 +07:00
tokenController.js Updates 2018-03-25 02:47:41 +07:00
uploadController.js Bug fix for chunked uploads support 2018-03-28 21:10:20 +07:00
utilsController.js Updates (YAY, CHUNKED UPLOADS!) 2018-03-28 18:36:28 +07:00