| Outdated Please upgrade to the latest version. |
API Method: smugmug.images.uploadFromURL
This method will upload a file from a specified URL to the specified Album (identified by AlbumID) with the required parameters.
Arguments:* String SessionID
- int AlbumID
- String Caption
- String URL
- String Keywords optional
- Keywords should be separated by a semi-colon.
- String Latitude optional
- Latitude of the image in the form D.d, such as 37.430096
- String Longitude optional
- Longitude of the image in the form D.d, such as -122.152269
- String Altitude optional
- Altitude of the image in meters
- int ByteCount optional
- The # of bytes in the file. Used to ensure upload completed properly
- String MD5Sum optional
- The md5 hash of the file being uploaded. Used to ensure upload completed properly
Result:* int ImageID
Fault Codes:* 9 - "invalid album"
- 6 - "wrong format"
- 5 - "system error"
Labels:
None