Leverage cloud and programming to share GB's of photos
Posted
by jcmoney
on Stack Overflow
See other posts from Stack Overflow
or by jcmoney
Published on 2010-03-28T20:07:31Z
Indexed on
2010/03/28
20:13 UTC
Read the original article
Hit count: 240
My friends and I went on a trip and we have over 8 GB of photos we want to share. We live in different geographic locations and all of us (14 people) have a part of the 8 GB.
I was wondering if there's a way to leverage my php skills to share all these photos. My current plan is to make a simple site that you can upload a bunch of files and also list those files for people to download (probably a compressed folder of a bunch of selected ones) but was wondering if there's a better way or if I'm grossly underestimating scalability issues.
All of us have high speed internet (essentially T1) and I was planning on using Amazon EC2 since this is a heavy task but for a short time period. That's also the reason I can't use dropbox or similar services since they have a 2GB cap (and I don't want to have everyone sign up and install something). I also don't want to set up anything too tricky since not all of them are tech savvy.
© Stack Overflow or respective owner