We have a service which we'd like to publish on an FME Server app - no frills, nothing too special, however, we'd like to be able to restrict the upload file size because we don't want users uploading huge files.
As far as I can tell there is no way to restrict a file size in an FME Server app. This would be a great addition.
I know I can check the filesize in the workspace by using a path reader but it's a bit hacky and not ideal.