Hey guys,
Apex 4.2.6.
Smartphone theme 50.
I have page with FILE BROWSE item. I have a process that uploads the file. I upload to it to vww_flow_files first and then to my table.
Now sometimes uploading can take some time and I want to let users know that they should be patient and wait for it to finish as opposed to having a page sit there while the user has no idea if the file is actually uploading.
I had an idea of maybe appending a <div> with animation when the button is clicked and submitting at the same time ( UPLOAD button) so that when submit is over the page would refresh and animation <div> would be removed. But I have no idea if thats the right way to do it.