close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

No Progress Bar

Thread began 9/04/2009 7:56 am by dcb286193 | Last modified 9/17/2009 1:17 pm by Jason Byrnes | 6678 views | 13 replies |

dcb286193

No Progress Bar

I just purchased FilePro2 for the progress bar. Uninstalled the previous version then installed the new version, removed all the old code from the page and started fresh. When I finished the file uploads OK but no progress bar shows. Any Ideas?

Sign in to reply to this post

tom92909Beta Tester

I too have experienced similar issues in the past, but this is what I've done to get beyond that recently. I am assuming from your message that you no longer have the v1 extension installed.

1. Delete all occurrances of the WA_DigitalFilePro directories on both your local development system and on your webserver.

2. Close Dreamweaver. Then restart Dreamweaver.

3. Open and edit your upload page again in Dreamweaver. Simply open up the WA Upload Files Server Behavior and click thru the Digital File Pro options (no physical changes necessary).

4. Locate the newly created WA_DigitalFilePro directory on your local machine. This should be available now. This will ensure that you've got a new copy of the v2 file.

5. On your Upload page, Physically highlight only the actual <FORM></FORM> section of your upload page, and then using the Dreamweaver menu, go to Insert, WebAssist, Digital File Pro, Progress Bar. From there you will be able to choose the animation you want to use. Save your file.

6. Check your local WA_DigitalFilePro directory. You should now have the following files.
* HelperPHP.php
* jquery-blockui-formprocessing.js
* <images> directory

7. If all has been verified to be accurate, upload both your upload page and the WA_DigitalFilePro directory to your webserver. You should see the results you expected.

I hope this helps you out! ;)

Sign in to reply to this post

dcb286193

Progress Bar

Followed your instruction with no success any other ideas?

Sign in to reply to this post

tom92909Beta Tester

To get a better grasp of your issue and to better assist you, please provide me with your upload page in your next post/reply.

Also verify that you have the actual v2

WA_DigitalFilePro

directory and it's contents on your server.

Sign in to reply to this post

dcb286193

No Progress Bar

Attached is the page I am working with. I deleted all the WA_DigitalFilePro on the server and reloaded. I went into Extension Manager and verified I am using 2.0.1.

Attached Files
sendfile.php.zip
Sign in to reply to this post

tom92909Beta Tester

I assume that the paths below are all correct on your server?

<?php require_once('Connections/data.php'); ?>
<?php require_once("WA_Universal_Email/Mail_for_Linux_PHP.php"); ?>
<?php require_once("WA_Universal_Email/MailFormatting_PHP.php"); ?>
<?php require_once("WA_DigitalFilePro/HelperPHP.php"); ?>
<?php require_once( "WA_SecurityAssist/Helper_PHP.php" ); ?>
<?php require_once('site_includes/session_variables.php') ; ?>

Sign in to reply to this post

dcb286193

No Progress Bar

Yes the links are up-to-date. The upload does work, just not the progress bar.

Sign in to reply to this post

Jason ByrnesWebAssist

If this is the correct path to the Digital File Pro HelperPHP.php file:

<?php require_once("WA_DigitalFilePro/HelperPHP.php"); ?>



Then you will need to change the path to the jquery-blockui-formprocessing.js from:
<script type="text/javascript"> src="../WA_DigitalFilePro/jquery-blockui-formprocessing.js" </script>

to:
<script type="text/javascript"> src="WA_DigitalFilePro/jquery-blockui-formprocessing.js" </script>

Sign in to reply to this post

dcb286193

Progress Bar

I have change the src as indicated and still no progress bar. I have included the page I am working on for further suggestions. I appreciate the help.

Attached Files
sendfile.php.zip
Sign in to reply to this post

Jason ByrnesWebAssist

The name of your form is not a legal form name:
<form action="" method="post" enctype="multipart/form-data" name="upload file" target="_self" id="upload file1">


spaces are not allowed in form or element names.

Remove the space from the form name, you will need to delete and re apply the progress bar after renaming the form.

Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

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.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...