Hey team — I’m using the AWS File Uploader plugin and trying to do something very simple: show an “Upload” button only when a file has been selected (i.e., staged for upload, but not uploaded yet).
I’ve tried all of the following conditions:
- File Name Original is not empty
- List of Files is not empty
- Progress of Files Upload > 0
But none of them trigger at the moment a file is selected. The condition either never evaluates true, or only becomes true after the file has already uploaded — which defeats the purpose.
This seems like basic functionality. Is there any reliable way to detect when a file is ready to be uploaded (but not yet uploaded)?
Thanks!