Services Plugins FAQs

How to detect when a file is selected but not yet uploaded?

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!

Hello @michael.victor02 ,
Thank you for contacting us.

At the moment, the AWS File Uploader plugin does not offer a built-in event or condition that directly detects when a file is staged for upload (i.e., selected but not yet uploaded). Most of the plugin’s available conditions — like File Name Original, List of Files, or Progress of Files Upload — are only updated once the upload process has started or completed, which is why you’re not seeing the expected behavior.

To better help you out, could you please let us know whether you’re using the “File Uploader No GUI” element or the standard one? That will help us better understand your setup and explore possible workarounds or feature adjustments that could fit your use case.

Looking forward to your reply!

Best Regards,
Anton

Browse all Zeroqode Plugins for Bubble
Banner_Last3

@AntonZ

Thanks, Anton. Understood. I’m using the standard version. If there’s currently no way to detect staged files, can you let me know the proper set of workflow actions to upload immediately on file selection? (Though, some way to detect a staged file would be a huge help.)