Jump to content

Create Photo Gallery using MVC4


tropi_333

Recommended Posts

Hello everyone!

I am doing a simple project.

I want to create a Gallery like in facebook, wherein I can view my photos and videos. The user can also upload photos and videos.

How i will do this?

Is the photos and videos must be save in a database?

Help me guys! THank you so much.

Edited by tropi_333
Link to comment
Share on other sites

You can save them in a database if you want, you don't need to though. It would be faster to save the files on the server, you don't have to deal with the overhead from the database. The data can store information about the files, such as their filename and whatever else you want to save, and then the actual files will be on disk.

Link to comment
Share on other sites

You can save them in a database if you want, you don't need to though. It would be faster to save the files on the server, you don't have to deal with the overhead from the database. The data can store information about the files, such as their filename and whatever else you want to save, and then the actual files will be on disk.

Thanks.

 

Can you give me some links or tutorials about on my question?

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...