I am trying to understand the process of exporting from iPhoto to a web site. This would website would be a content management system. I have already located the iPhoto SDK for Exporting but cannot get my head around how to change the destination to a web site/service and the process involved. I am looking for some resource to give me a overall architectural overview.
Asked
Active
Viewed 221 times
3
-
You can try uploading using a socket, HTTP is a really easy protocol – Antwan van Houdt Jan 28 '11 at 18:36
1 Answers
0
I've uploaded photos with NSMutableURLRequest. Just add your photo as POST data.
Here's some links that should steer you on the right path:
http://www.cocoadev.com/index.pl?HTTPFileUpload
http://www.cocoadev.com/index.pl?POSTMethodANDNSURLRequest
If you really can't figure it out after that, post a comment to this answer and I'll dig up some of my old code.

Arlen Anderson
- 2,486
- 2
- 25
- 36