_setImage
Sets the photo for a User profile.
Parameters
id
The id of the user.
Filedata
The data of the inserted image.
filename
The name of the image file.
Example
Results:
On Success
On Failure
Occurs when you try to upload a file that's not an image, example used here is a text file named "test.txt".
Last updated