Arquisoft / dechat_es1b

DeChat ES1B
https://arquisoft.github.io/dechat_es1b/
MIT License
6 stars 4 forks source link

Create sending files functionality #92

Closed MarcosCl98 closed 5 years ago

MarcosCl98 commented 5 years ago

Users should be able to sent files like photos

MarcosCl98 commented 5 years ago

Send images done.

martinlacorrona commented 5 years ago

Should we only allow users to send a whitelist of files? Example: .jpg .png In this case only images.

Do we add also videos and gifs? (This should have his whitelist them)

uo257493 commented 5 years ago

It will be great conceptually. But considering the storage limitation we have to use a video compressor module or something similar and it will hinder the develop. If you think you may do it easy let's go. But if takes many time maybe another things will have a highter priority

martinlacorrona commented 5 years ago

All done.

User now can send images: .jpg, jpeg. .png and .gif.

Also, user can send all of type of files and can be downloaded.