Uploading a photo with Flickr

2019-06-02 19:31发布

I just started working with the Flickr API today and I have a question:

If I allow a person to upload a photo to my website and then in order for me not to store it on my small local server, how can I just upload that photo to Flickr using the PHP Flickr API?

That should be a pretty common use case, correct? I use PHP.

Thanks, Alex

标签: php photo flickr
2条回答
该账号已被封号
2楼-- · 2019-06-02 20:00

Have you checked out the documentation for the API. I've worked with it in the past, you don't need to download the image yourself you upload it and send it straight to Flickr.

查看更多
唯我独甜
3楼-- · 2019-06-02 20:12

Flickr Upload API: http://www.flickr.com/services/api/upload.api.html

Simple php script to upload pics on flickr http://www.flickr.com/groups/api/discuss/72157621716056865/

Maybe this will point you in the right direction since depending on what you want to do with your files after you upload them.

查看更多
登录 后发表回答