Pitu 6 years ago
parent
commit
4ab3796fbd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/api/routes/files/uploadPOST.js

+ 2 - 0
src/api/routes/files/uploadPOST.js

@@ -11,6 +11,8 @@ const fs = require('fs');
 	TODO: If source has transparency generate a png thumbnail, otherwise a jpg.
 	TODO: If source is a gif, generate a thumb of the first frame and play the gif on hover.
 	TODO: If source is a video, generate a thumb of the first frame and save the video length.
+
+	TODO: Think if its worth making a folder with the user uuid in uploads/ and upload the pictures there so that this way at least not every single file will be in 1 directory
 */
 
 class uploadPOST extends Route {