Click here to Skip to main content
15,890,399 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have been developing a project in c# where i will have to store lots of videos and images. I know that I can do that by giving a path in database and save them in folders or secondly, I can do the same by storing the path or url of videos in database. But my problem is that I can not store that much images and videos in a folder nor can I save the path in database as some of that videos will be directly uploaded into the application by website users. What do I do? which is the best way to store images and videos in an application?
Posted

1 solution

There are numerous threads in the internet about this and people discussed about it to death..

Here are some links you should check:
Link 1[^]
Link 2[^]
Link 3[^]

Here you can find detailed info about YouTube's architecture[^].

Have look at them and you will have an idea or a solution.

Good luck,
OI
 
Share this answer
 
Comments
Vani Kulkarni 2-Jan-13 4:22am    
nice links :) +5
Orcun Iyigun 2-Jan-13 4:55am    
thanks.

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