You can upload one or more images to your wall albums.
You must do a "multipart/form-data" encoded post to the following URL http://fan.yspan.com/
Request parameters
| Parameter | Type | Required | Description |
| what | string | required | must have value "wall" |
| op |
string |
required | must have value "put_image" |
| user_id |
int |
required | ID of the wall owner |
| caption |
string |
required | description of the image |
| album_name |
string |
optional |
name of the album to place the image in |
| album_id |
int |
optional |
ID of the album to place the image in |
| image |
file |
required | one or multiple images to be posted on the wall; supported file types are: jpg, png and gif |