Results 1 to 6 of 6

Thread: Progress bar status

  1. #1
    Join Date
    Jul 2008
    Posts
    4

    Default Progress bar status

    My progress bar status don't work

    See it here.

    http://video.bizhat.com/view/2896/fddd/

    My config
    package uu_default_config;
    use strict;
    use Exporter;

    @uu_default_config::ISA = qw( Exporter );
    @uu_default_config::EXPORT = qw($config);

    use vars qw($config);
    use vars qw($base_dir);

    $base_dir = '/home/admin/domains/MY-PRIVATE-DOMAIN.com/public_html';

    $config = {
    config_file_name => 'uu_default_config',
    temp_dir => '/home/admin/domains/MY-PRIVATE-DOMAIN.com/public_html/templates_c/',
    upload_dir => '/home/admin/domains/MY-PRIVATE-DOMAIN.com/public_html/video/',
    unique_upload_dir => 0,
    unique_upload_dir_length => 16,
    unique_file_name => 0,
    unique_file_name_length => 16,
    max_upload => 20971520000,
    overwrite_existing_files => 0,
    redirect_after_upload => 1,
    param_dir => '/home/admin/domains/MY-PRIVATE-DOMAIN.com/public_html/templates_c/',
    pass_param_dir => 1,
    redirect_url => 'http://www.MY-PRIVATE-DOMAIN.com/upload.php',
    redirect_using_js_html => 1,
    redirect_using_html => 0,
    redirect_using_js => 0,
    redirect_using_location => 0,
    get_data_speed => 1000,
    disallow_extensions => '(sh|php|php3|php4|php5|py|shtml|phtml|cgi|pl|plx| mp3|exe|scr|htaccess|htpasswd)',
    allow_extensions => '(3gp|mp4|mov|asf|avi|flv|wmv|mpg|mpeg|mpeg4|xvid| divx|3gpp)',
    normalize_file_names => 1,
    normalize_file_delimiter => '_',
    normalize_file_length => 32,
    link_to_upload => 0,
    path_to_upload => 'http://www.MY-PRIVATE-DOMAIN.com/video/',
    send_email_on_upload => 0,
    html_email_support => 0,
    link_to_upload_in_email => 0,
    email_subject => 'Uber File Upload',
    to_email_address => '[email protected],[email protected]',
    from_email_address => '[email protected]',
    log_uploads => 0,
    log_params => 0,
    log_dir => '/home/admin/domains/MY-PRIVATE-DOMAIN.com/public_html/templates_c/',
    };

    1;

  2. #2
    Join Date
    Jan 2008
    Location
    India
    Posts
    147

    Default Re: Progress bar status

    please post your URL please??

  3. #3
    Join Date
    Jul 2008
    Posts
    4

    Default Re: Progress bar status

    You can see the error on the video

  4. #4
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Progress bar status

    See the topic.

    viewtopic.php?t=981

  5. #5
    Join Date
    Jul 2008
    Posts
    4

    Default Re: Progress bar status

    Quote Originally Posted by ramesh
    See the topic.

    viewtopic.php?t=981
    I don't found the error

  6. #6

    Default Re: Progress bar status

    Check the uu_default_config.pm (cgi-bin) and set the correct path.
    upload.php (include\settings) set the value "0" to "1"

    More details about Upload Progress Bar http://docs.buyscripts.in/Upload_Progress_Bar

Similar Threads

  1. status bar weird redirect
    By pyrorain in forum Installation Support
    Replies: 3
    Last Post: 07-05-2008, 11:30 AM
  2. Replies: 4
    Last Post: 05-30-2008, 05:01 AM
  3. New videos going to featured status
    By grynmoors in forum Bug Reports
    Replies: 12
    Last Post: 04-09-2008, 06:24 AM
  4. 500 internal server error with Status Bar
    By autodafe in forum Installation Support
    Replies: 3
    Last Post: 11-27-2007, 11:55 PM
  5. Is there a way to keep realtime and upload status bar?
    By GhostFreak in forum Installation Support
    Replies: 1
    Last Post: 09-20-2007, 12:11 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •