klepp-me / klepp-backend

klepp backend
14 stars 0 forks source link

Add functionality to give a custom filename when uploading files #4

Closed JonasKs closed 2 years ago

JonasKs commented 2 years ago

Some basic regex.

Appends .mp4 to the uploaded file, if there is no file extension.

In other words, if user names his file abcd, it will be named abcd.mp4. If the user names the file abcd.mp4 it will be named abcd.mp4.