Code: Select all
function validateForm()
{
// Enable the UI to allow end-user to click Upload button
document.fileupload.setProperty("freezeui","false");
}
Show total file size on progress barRe: Show total file size on progress barThanks, 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
|
Sitemap | Privacy Statement | All company and/or product names are the property of their respective owners.