We're using plUpload in our WWC app. The implementation is loosely based on the examples provided in the fine documentation back in the day before Rick switched to Uppy. There is a file container that is created in js. The UI looks like this:

I'm looking to figure out how to get the collection of files added to this container so I can do some pre-upload processing. I realize this is a pretty abstract question without any code snippets but I'm still trying to figure out how to ask the question. 😃
Any and all clues gratefully accepted.
Talking to myself here.. 😃
There appears to be a files collection/array in the plUpload js. Now how do I get access to that in a format consumable by VFP...
you pass in a JSON string, assign it to a variable in JavaScript, then use code to manipulate the object/collection.
IOW you you code-gen the JavaScript data code.
+++ Rick ---