#Help with file streams.

1 messages · Page 1 of 1 (latest)

wide kelp
#

I made a file uploading app. Now because of the little trafic i have the fs is good enough. The file size limit i have set to 10 gb. The problem i think storing a 10 gb file in RAM and then storing it is not great. Now i would like to use streams but i don't know how to set it up. I would like to use formidable but i don't think its possible.

livid leafBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

wide kelp
#

I used AI to change it from using the holding in RAM to streaming. As i did not find usefull sources online

wide kelp
#

Bump

#

Now if someone sees this. I would make a java spring backend to manage the file uploads and next js the frontend.