I don’t know what I am missing. I have looked around and tried to figure out what I am doing wrong. Anyways, I have the element on my page. It’s in the same cell as my file. I setup the file name and file path and setup the element id on my download button but I don’t know what to put under my work from. The plugin doesn’t come with a download action. Only the element and an event to track the progress of the download. I just don’t know what Im missing.
Hi,
i read the instructions you’ve posted. Have you already tried this:
You should create a “download file” button and set it’s ID to “DLBtn”, for example. (Note: You have to enable the “ID” property in the bubble app’s settings. After that the “ID” field will appear in the object inspector as the last element.)
Next step: Create a text element “Download in progress…” for example. Set this text to Visibleonpageload=no. And now… I hope that you could switch to the text element’s Conditional Tab and create a new condition that set this text to visible if the FILEDOWNLOAD…PLUGIN’s.DOWNLOAD=active .