What is the best way to upload and store large video files in a Wappler NodeJS project?

If users upload large videos to a video streaming app built with Wappler and NodeJS, where should those videos be saved, and how can I upload them without errors?

For storing large files use an S3 storage, for example on Digital Ocean.

2 Likes

Another viable route is the use cold storage for large files. Very economical (even though it is AWS).

1 Like