Results 1 to 2 of 2

Thread: Upload Progress bar (not working)

  1. #1

    Default Upload Progress bar (not working)

    I have done the stated but still having issues with the progress bar.

    Im hosted with APT and I believe we are using Nginx

    heres my uu_default_config.pm file
    Code:
    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);
    
    
    The video uploaded and converts fine, it just the progress bar not updating.
    $base_dir = '/home/forumblo/public_html/vidz';
    
    $config = {
    	config_file_name         => 'uu_default_config',
    	temp_dir                 => $base_dir . '/templates_c/',
    	upload_dir               => $base_dir . '/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                => $base_dir . '/templates_c/',
    	pass_param_dir           => 1,
    	redirect_url             => 'http://stonerocket.net/vidz/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://stonerocket.net/vidz/uploads/',
    	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                  => $base_dir . '/templates_c/',
    };
    
    1;
    I contacted apt asking if perl was working because I was getting the 500 internal server error on this page
    http://stonerocket.net/vidz/cgi-bin/uu_upload.pl
    which funny enough is working now

    I also read something about if you have hhtp:// in you config file it needs to be the same with the file above and it is the same.

    Any help would be appreciated.


    The video does upload and convert its just not showing the progress update.

  2. #2
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: Upload Progress bar (not working)

    What browser are you using? The upload progress bar included with vShare only works with IE and Firefox.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

Similar Threads

  1. Upload Progress help
    By chris34470 in forum Installation Support
    Replies: 4
    Last Post: 08-25-2008, 01:33 PM
  2. progress bar not working
    By mikesw15 in forum Installation Support
    Replies: 1
    Last Post: 11-03-2007, 09:22 AM
  3. upload progress bar
    By bigbuttsTV in forum Fixed Bugs
    Replies: 3
    Last Post: 08-14-2007, 09:54 AM
  4. The upload progress bar is not working - Plz help - urgent
    By winkannaa in forum Installation Support
    Replies: 0
    Last Post: 07-31-2007, 03:26 PM
  5. upload progress bar
    By hake in forum Fixed Bugs
    Replies: 15
    Last Post: 07-17-2007, 12:32 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
  •