Show total file size on progress bar

Upload core product.
User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Show total file size on progress bar

Post by support »

Thanks, I've sent you the 2.4 beta. Notice the "freezeui" parameter and the validateForm JavaScript function to setup it to true or false.

Code: Select all

function validateForm()
{
    // Enable the UI to allow end-user to click Upload button
    document.fileupload.setProperty("freezeui","false");
}
You can download the full HTML/JavaScript below.
jsapiwithfreezeui.zip
(6.17 KiB) Downloaded 1088 times

Post Reply