NewImage
From Doc
Uploads a new image or video to the user's account
Parameters
api_key (required)
- The api key for your application
target_uid (required)
- The ID of the Phanfare user
album_id (required)
- The album to create the new image in
section_id (required)
- The section to create the new image in
image_date (optional)
- Specifies the date to be associated with the image for sorting and organization purposes. If null, will use the image's EXIF date if available.
filename (required)
- The original filename
caption (optional)
- The caption for the image
is_video (optional)
- Specifies whether file is a video or an image. Default is false
hidden (optional)
- Specifies whether this image should be visible on the web. Default is show image
Sample Response
<rsp stat="ok"> </rsp>

