add_image method

add_image(self, p, uid, iscontrol, file_input_stream)

Applies the add image from local file operation.

Returns

The JSON string result


def add_image(self, p, uid, iscontrol, file_input_stream):
    ...
ParameterTypeDescription
pSystem.StringThe JSON string parameter
uidSystem.StringThe unique id for the file cache.
iscontrolSystem.StringSpecify whether it is a control.
file_input_streamio.RawIOBaseThe input stream form file of the image

See Also