Httpaccept block does not respond to any endpoint (or anything else) when "Request content type" property is set to "Image(any type of image)". Doesn't matter if "Save to file" option is used or not. If I change "Request content type" to "Form-data" (or "Any"), it then works, but renames the image file (jpg) being sent (time stamped) and saves it as *.bin file? Output variables all seem to be 'string' type, including "Request content body", not carrying the actual payload of Jpg image? Is there a global variable here that I can access to use "Write file" block instead or maybe "Copy content". My goal is to setup a Http listener (Httpaccept) that when triggered by a python script, downloads a subject(string), message(string) and image(jpg) that can then be sent via SendMMS block thru mobile carrier. Thank you.