2 parents 2486fe7 + 39d4eaa commit 978b513Copy full SHA for 978b513
2 files changed
v1.1/FMEServer.js
@@ -512,7 +512,7 @@ var FMEServer = ( function() {
512
label.innerHTML = param.description;
513
span.appendChild(label);
514
var choice;
515
- if(param.type === "FILE_OR_URL") {
+ if(param.type === "FILE_OR_URL" || param.type === "FILENAME_MUSTEXIST" || param.type === "FILENAME") {
516
choice = document.createElement("input");
517
choice.type = "file";
518
choice.name = param.name;
0 commit comments