WhisperMusic / WhisperServer

0 stars 0 forks source link

Write uploading mechanism #51

Open soucelover opened 5 months ago

soucelover commented 5 months ago

Proposal

Every audio file must have an unique name but now names are set by user. This can be made by using UUID.

Also users now can now upload ANY file, not just audio files. Validation must be applied to every uploaded file before it would be stored in the storage. Also it would be great to validate size of files 'cause otherwise there will be security hole in form of DOS attacks.

Tasks