gg_online
01-24-2010, 03:48 PM
I am looking at creating a website with a gallery, does anyone know of a pre-existing gallery where users can send an image within an email or mms to a set email address, so it will display directly into a gallery when received?
Thanks in advance,
G
mlseim
01-24-2010, 07:26 PM
Without having your own server,
all I can think of is having a PHP script
periodically go into a pop3 email account
and look for attachments. Not very elegant,
as it will have to run via a CRON job, and
somehow have to know what to do with
the attachments.
Stuff like this?
http://www.google.com/search?hl=en&rlz=1R2ADFA_enUS351&q=php+pop3+save+attachment&btnG=Search&aq=f&aql=&aqi=&oq=
Otherwise, if you had your own dedicates server (Apache, PHP5) ... I think it
could be done with some software, and it would be done automatically when
an email was received.
This looks like a big project.
barbarababeskie
01-25-2010, 03:11 AM
yeah they will work on ftp..
Kentico Hosting (http://www.brainloaf.com/Products/Kentico-Hosting.aspx)
gg_online
02-03-2010, 08:47 PM
found out if i use gallery2 they have a plug in that will do this for me.
thanks
guys