Results 1 to 5 of 5

Thread: Upload Progress help

  1. #1
    Join Date
    Jun 2008
    Posts
    24

    Default Upload Progress help

    Upload Progress Bar not
    I come to this page
    http://www.sexycool-fr.com/clip5/cgi-bi n... 38521b71f9

    CGI
    $base_dir = '/home/sexycool/www/clip5';
    redirect_url => 'http://www.sexycool-fr.com/clip5/upload.php',
    path_to_upload => 'http://www.sexycool-fr.com/clip5'. $ENV{'SERVER_NAME'} . '/uploads/',
    CONFIG
    $config['basedir'] = "/home/sexycool/www/clip5";
    $config['baseurl'] = "http://www.sexycool-fr.com/clip5";

  2. #2

    Default Re: Upload Progress

    PERL is not working on your server.If its working you can see like

    http://video.bizhat.com/cgi-bin/uu_upload.pl

  3. #3
    Join Date
    Jun 2008
    Posts
    24

    Default Re: Upload Progress

    I have programs that work with Perl and it works very well

  4. #4
    Join Date
    Jun 2008
    Posts
    24

    Default Re: Upload Progress

    I réintaller Perl and it is the same, the problem comes from Elsewhere
    the vote of stars does not
    SEARCH videos BUG

  5. #5
    Join Date
    Jun 2008
    Posts
    24

    Default Re: Upload Progress help

    that's it it works but the bar is 1,2,3,4,5,6,.... 1,2,3,4,5,6,.... 1,2,3,4,5,6,.... 1,2,3,4,5,6,.... it makes it continually
    ERROR: Failed to create param directory . No such file or directory
    package uu_default_config;
    use strict;
    use Exporter;

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

    use vars qw($config);

    $config = {
    config_file_name => 'uu_default_config',
    temp_dir => '/home/sexycool/www/clip5/templates_c/',
    upload_dir => '/home/sexycool/www/clip5/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,
    redirect_url => 'http://sexycool-fr.com/clip5/upload.php',
    redirect_using_js_html => 1,
    redirect_using_html => 0,
    redirect_using_js => 0,
    redirect_using_location => 0,
    delete_param_file => 1,
    get_data_speed => 1000,
    disallow_extensions => '(sh|php|php3|php4|php5|py|shtml|phtml|cgi|pl|plx| 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 => 1,
    path_to_upload => 'http://sexycool-fr.com/clip5/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]',
    };

    1;

Similar Threads

  1. Upload progress bar error
    By mma in forum Installation Support
    Replies: 3
    Last Post: 01-10-2008, 01:03 AM
  2. upload progress bar
    By bigbuttsTV in forum Fixed Bugs
    Replies: 3
    Last Post: 08-14-2007, 09:54 AM
  3. Upload Progress Bar
    By admin in forum Fixed Bugs
    Replies: 8
    Last Post: 07-30-2007, 09:13 AM
  4. upload progress bar
    By hake in forum Fixed Bugs
    Replies: 15
    Last Post: 07-17-2007, 12:32 AM
  5. Upload Progress Bar
    By sam in forum Feature Requests
    Replies: 5
    Last Post: 06-12-2007, 12:19 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
  •