Were trying to use the REST API to upload multiple files for processing in a web application.
However each file ends up in a separate directory.
$(FME_DATA_REPOSITORY)/{RepositoryName}/{workspacename}.fmw/{UniqueCode}/{filename}
So when we have have tiffs (not geotiffs) and tfws, the world files are not in the same directory as the image file, and therefore are not used by the tiff reader.
Any thoughts on how to keep the auxiliary files with the main file? Unfortunately creating a zip file is not feasible.