Hi everyone,
first time here, I’m actually an Actionscript developer, so not very in to php coding (just what I need to interact with SQL, etc…). I’m trying to make a CMS that will update the photogallery on website (working perfectly), but I also wanna upload the pic to Flickr account.
I’m using this code (can’t post the link)
http://code.google.com/p/flickr-php-curl-multiple-upload/source/browse/trunk/curl.php?spec=svn2&r=2
It works fine and stuff, but I need to make a little trick. The client currently has Windows server and they’ll move to Linux next year. Since I needed Linux (curl) I converted my own web server. So the trick now would be to upload the photo from the client’s web server. I of course get an error when inserting the image url path with the client’s domain.
could it be done, somehow or should I upload the photo to my own web server too and then delete it? I’m going to do this for many clients, so I need a stable solution.
Thanks!!!