Thanks for the fast reply Matt. I did some more in-depth looking and seem to have found how to fix it.

The error ERROR: Failed to find flength file according to the phpmotion forum is due to php configurations. With GlowHost this is not the case. The only thing you must make certain to check is the permissions of the files and folders along with the cgi-bin file editing. When I left them at 755 it caused errors. Change them to the following and it was resolved.
  1. CHMOD all the following files and directories to 777
    • /setup
    • /pictures
    • /classes
    • /temp
    • /logs
    • /addons
    • /uploads
    • /uploads/avi
    • /uploads/thumbs
    • /uploads/audio
    • /uploads/audio/temp
    • /uploads/pictures
  2. CHMOD all the following files and directories to 755
    • /cgi-bin/all files in there
    • /cgi-bin/audio/all files in there

Also, for anyone that may be doing a search. I ran into this as well.

To increase the maximum allowed file size for upload.
1) Edit the file cgi-bin/uu_default_config.pm
max_upload => 20971520
This figure is in bytes = 20MB, to change to say 200MB just add a "zero" etc.