Upload from my webpage to SmugMug?
Kevin L. Kitchens
Registered Users Posts: 149 Major grins
Hey... I was wondering if SmugMug has a webservice or something that I can use to send a photo to smugmug from my website? I would specifically want to send the photo and then receive back the imageID the system assigns.
I run a POTD site (http://photographyvoice.com/pv) and I store the initial uploads on my site, but for permanent hosting of the winners, I've used smugmug since day one. Right now, I have to manually extract the daily winners, upload, then browse the gallery to get the id#s from the URL. I store these #s in a database so it can be shown on demand.
What I want to be able to do is simply flag the days winners and hit send, and my code would transmit the picture to smugmug, get the id# back, and store it in the DB.
Is this doable?
I run a POTD site (http://photographyvoice.com/pv) and I store the initial uploads on my site, but for permanent hosting of the winners, I've used smugmug since day one. Right now, I have to manually extract the daily winners, upload, then browse the gallery to get the id#s from the URL. I store these #s in a database so it can be shown on demand.
What I want to be able to do is simply flag the days winners and hit send, and my code would transmit the picture to smugmug, get the id# back, and store it in the DB.
Is this doable?
Kevin L. Kitchens
"Know me through my lens."
My smugmug: http://peiklk.smugmug.com
My site: http://www.photographyvoice.com [POTD, Blog, News, & more!]
"Know me through my lens."
My smugmug: http://peiklk.smugmug.com
My site: http://www.photographyvoice.com [POTD, Blog, News, & more!]
0
Comments
Portfolio • Workshops • Facebook • Twitter
Thanks... missed that forum!
"Know me through my lens."
My smugmug: http://peiklk.smugmug.com
My site: http://www.photographyvoice.com [POTD, Blog, News, & more!]
yes it is possible...start here for general api information. Then read the specific section on uploading.
Cheers,
David
SmugMug API Developer
My Photos
Yeah... I stumbled on that after I asked. I was able to login and get a sessionID, but the uploading part has me baffled. I'd be doing this all via code (ASP.NET, C#) and opening a "url" is easy and getting an XML response, opening one to send a file seems a bit awkward.
Any good examples out there? I learn great by example.
Thanks!
"Know me through my lens."
My smugmug: http://peiklk.smugmug.com
My site: http://www.photographyvoice.com [POTD, Blog, News, & more!]