Services Plugins FAQs

I want to know how to use "Easy File Downloader" and "AWS File uploader - Any size" together

Hello.
I purchased “Easy File Downloader” and “AWS File uploader - Any size”, but there was something I couldn’t do, so I have a question.

I downloaded multiple files uploaded to s3 using “AWS File uploader - Any size” with “Easy File Downloader”, and when the download starts, a popup I want to give a warning message when the download starts and hide the popup when it finishes.

I have two main questions.

  1. I want to display a pop-up window while downloading multiple files(Strictly speaking, s3 url), and hide it when the download is finished, but I don’t know how to do that, so can you tell me how to do it?

  2. When I download an MP4 file(Strictly speaking, s3 url), it doesn’t download as mp4, can you please tell me how to download the files as mp4?

I’m using a translator, so please forgive me if it’s hard to read.

Hi @kokowatamf, thanks for your question.
Allow me to check it with the developer team and come back with a reply asap.

Thank you for understanding.
Regards,

1 Like

Hi @kokowatamf, thanks for your patience.

To make this use case work, first, you need to start with the moment of upload, for that you can use a simple event “Show a popup” after pressing the “Download file” button.
After that, to mark the moment when the end of file download, please use for that plugin event “A File Downloader Download is Finished” with an action “Show a popup”.

Please describe your use case in a bit more detail (screenshots or screencast via Loom), that will help us to find a possible solution faster.

Looking forward to your reply.
Regards,

Thanks for the reply! @serg

To make this use case work, first, you need to start with the moment of upload, for that you can use a simple event “Show a popup” after pressing the “Download file” button.
After that, to mark the moment when the end of file download, please use for that plugin event “A File Downloader Download is Finished” with an action “Show a popup”.

That method works fine when there is a single file.
However, it doesn’t work properly with multiple files.

Specifically, “A File Downloader Download is Finished” is triggered when the first of the multiple files is finished downloading.
In other words, “A File Downloader Download is Finished” will be fired before all the multiple files are downloaded. A File Downloader Download is Finished" is fired before all the files are downloaded, so “Show a popup” triggered by “A File Downloader Download is Finished” will disappear in the middle of the download.

Please describe your use case in a bit more detail (screenshots or screencast via Loom), that will help us to find a possible solution faster.

This way, please wait a moment.

Hi @kokowatamf, thanks for the provided details,

Allow us to check this moment with the developer team for a possible issue. Once any update will come to live, I will let you know.
Thank you for understanding.
Regards,

Hi @kokowatamf, thanks for your patience.
We’ve checked how the “A File Downloader Download is Finished” event works and would like to share it here (maybe it might be convenient for your use case):

  • On the download of more than one file, the event triggers on each file, as they are downloaded.
  • The event triggers not at the moment when is saved on the user’s device, but on the moment of readiness to be downloaded (when the “Save as” popup window appears)

Here is a simple example of how it works: zeroqode-demo-07 | Bubble Editor

Please let me know if I can help with anything else related to our plugin.
Regards,