Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
where do i store this heavy data(almost 500gb per user all over the world),
what is the best way to upload heavy data(only videos,images) and how to stream it
shall i store in database?

What I have tried:

i tried chunking concept to upload,but where to store this heavy videos/images

Upload large files to MVC / WebAPI using partitioning[^]
Posted
Updated 21-Dec-17 22:01pm

1 solution

Upload the files to ordinary file folders, and add their location (and other details) to the database.
 
Share this answer
 
Comments
abhi Chary 27-Dec-17 1:04am    
ok thanks for your reply Richard MacCutchan,

but are we able to stream 5gb videos from ordinary file folders from server to client location
Richard MacCutchan 27-Dec-17 4:17am    
I don't know; what happens when you try?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900