N
N
NZ012021-08-04 11:46:31
Node.js
NZ01, 2021-08-04 11:46:31

What to choose for file storage?

Hello, what should I choose to store files, pictures, etc for a Node js application?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
T
ThunderCat, 2021-08-04
@ThunderCat

But here the question arises, where to upload all this?
On the server, in any case, you will store it on the server, it may not even be "your" server, but some kind of cloud storage, but in any case, the download will go through your application server.
I tried FTP Server FileZilla,
That is, you offer users to upload avatars via ftp? Have you often seen such a solution on other sites? I think no. Also, ftp is a download method, not a storage method. You would decide what you want.

A
approximate solution, 2021-08-04
@approximate_solution

Suppose we have a user and an avatar with which he uploads, but here the question arises, where to upload all this?

Services like the Firebase store are fine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question