I’m working on an upload process via REST call and I want to use FME to do the upload.
For the API I need to provide a list of file names in advance. I want this to just work and I want to be able to use FME’s multiple file picker to allow the user to pick folders, multipler files or just a single file. etc.
Does anyone have a good/robust method for getting a full list of the files (and filenames) that this input could be.
My initial plan is to split up the input parameter into a list and then figure out what are folders and what are files and for folders I would use a PATH reader to get the files.
I guess I need a “MultiFilePathResolver” kind of thing.