(i'm running Fme2014 sp1 - and looking for an answer within this release)
I'm posting data via http to a remote service api that requires a multipart stream consisting of a image (photo) and 4 parameters (metadata against the photo, description,title etc)
the problem I have is that the receiving service checks the file type to ensure it's of a type begining with 'image/*' (where * could be any of the image types), however for some reason the httpmultipartuploader is passing the image as 'application/octet-stream'.
Is there any way to force the transformer to use a different type?
or failing that can any one suggest another method of acheiving the same thing?
thanks for any help in advance....
Nick