codex-team / task-manager

3 stars 2 forks source link

Backend for image uploading #93

Open talyguryn opened 2 years ago

talyguryn commented 2 years ago

create a method which will be used for image uploading. we can store images in capella

neSpecc commented 2 years ago

Maybe it would better to store files somewhere inside the project?

Because the Project should work as self-hosted app. But if we'll use Capella, we'll have to store all users images.

I think' it would better to leave managing of a file hosting for end users.

Addition to this, Capella does not support non-image file storage yet but it could be useful for our product.

talyguryn commented 2 years ago

okay, then we need to upgrade ctproto to allow sending raw binary data and update the api to upload any type of files

codex-team/ctproto#10