GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Flickr::API::Upload(3) User Contributed Perl Documentation Flickr::API::Upload(3)

Flickr::API::Upload - An upload via the Flickr API

  use Flickr::API;
  use Flickr::API::Upload;

  my $api = Flickr::API->import_storable_config($config_file);

  my $response = Flickr::API->upload({
               'photo'       => 'path/to/photo,
                'async'       => 0,
                'title'       => 'My vacation picture',
                'description' => 'Here I am, riding a horse',
  });

This modules does most of the work for the upload method in Flickr::API.

Copyright (C) 2016, Louis B. Moore <lbmoore@cpan.org>

Flickr::API. Net::OAuth,
2016-10-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.