Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Is there a video that shows how to create a photo gallery and make it so that people can upload photos to it?

I was wanting make a photography website from scratch not using wordpress. I was curious if there was a tutorial on how to allow the photographer to upload photos on there own apart from me doing it for them. I was thinking of using a form but wasn't sure how to do it. Thanks!

2 Answers

Hi Melissa,

Unfortunately it's not quite that simple to do.
What you need is a mixture of HTML, JQuery or Ajax, CSS or a database with server side rules or a mixture of some of them.

A couple of the things you have to consider is resizing of images, file format and image quality if the files uploaded.

Using a CMS is a much better option if you don't want to use Wordpress.
Try Googling CMS a and choose one that meets your needs.

Hope this helps.

Hi Melissa!

Why don't you want to use wordpress? Unless you are going to teach the photographer how to add in the photos themselves, which is a possibility as it is simple to add images, I would highly recommend you use a CMS like WordPress.

If you want to steer away from WordPress however just look for a simple and easy to use CMS online that suits all of your needs.

I hope that this was helpful.

-Luke