Hello, I have an FME Server Workspace that uses a Python Caller to write custom EXIF tags to a JPG.
I want these images to be provided directly to the user via data streaming. The only way I have found to accomplish this so far is to pass the image path to a filecopy writer. This works OK - It will display the image, and if saved - it will retain the custom EXIF tags - however, when saving the image - it wants to save it as the .fmw workbench name (and .fmw as the filetype).
Does anyone have any suggestions to get around this? It seems that the mime-type isn't coming across using the data streaming.
FYI - I have tried a JPG writer at the end (feature reader - feature writer), but this cuts out the custom EXIF tags.