Progress Bar not Working
File is uploading now, but No progress bar is showing on the page
File is uploading now, but No progress bar is showing on the page
Is the jquery-blockui-formprocessing.js file in the WA_DigitlaFilePro folder?
Is it uploaded to the server?
If that file is on the server it should work. please send a copy of your page so I can look at the code.
Hello
Yes, this file is in my folder on my machine and on the server.
Here is the page
The problem is causesd because the name and ID of your form have spaces:
<form action="" method="post" enctype="multipart/form-data" name="Report Book Order Form" id="Report Book Order Form">
a for elements name or ID cannot contain spaces.
You will need to remove the progress bar from the page, then reset the name and ID of the form to not include spaces.
Form names and IDs can contain only alpha numeric characters. the only exception is the underscore "_". when naming the form or setting the ID, make sure the first character in the name is a letter.
after the name and ID have been changed, you can reapply the progress bar.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.