Hi FME-Users and -Experts!
I am creating a custom WebApplication for my co-workers to use some workbenches on their own with FME Server instead of asking me all the time.
So far it works quite well. The site can load the parameters of a workbench automatically. I can even submit a job and retrieve the results as a download-link. But: Every now and then the upload-function stucks. On the server I can see that the specific folder is created (System/temp/upload/<repository-name>/<workspace-name>/<session>), but the content is empty. After some minutes the session-folder is deleted. Furthermore the parameters are not completey loaded. The default values are missing.
When using the plain example from FME Server Playground (Upload File In Session) and just replace the server, token, repository and workspace it works.
suspect my modified JavaScript has a bug, but I can not find it, nor do I know what to look for.
Any suggestions?!
FME Server 2016.1.0.1 - Build 16494 - win64
WebApplication with Bootstrap and JS