Results 1 to 2 of 2

Thread: Problem upload film

  1. #1
    Join Date
    May 2008
    Posts
    1

    Default Problem upload film

    Hi I use vshare in mysite http://www.zakopiec.tv
    But i have one problem
    When I upload file 1-2 MB is Ok, when I try upload 20MB or bigger after 30-50 secends blank page
    Maybe file uu_default_config.pm is wrong setting
    "
    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/zakopiec/public_html';

    $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://zakopiec.tv/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://'. $ENV{'SERVER_NAME'} . '/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;
    "
    thx for help

  2. #2
    Join Date
    Mar 2008
    Posts
    4

    Default Re: Problem upload film

    i had the same problem when i finaly got it working i couldnt upload anything past a couple of mb so i went around the forum for a search and found this i did what it says and it works http://forums.buyscripts.in/viewtopic.php?f=3&t=9

Similar Threads

  1. upload problem
    By thaya in forum Installation Support
    Replies: 12
    Last Post: 08-01-2008, 09:50 AM
  2. Upload problem
    By jackyjacky in forum Installation Support
    Replies: 3
    Last Post: 07-08-2008, 11:41 AM
  3. Upload problem
    By Webbiz in forum Installation Support
    Replies: 4
    Last Post: 07-07-2008, 04:54 AM
  4. Upload problem
    By XdeanX in forum Installation Support
    Replies: 2
    Last Post: 03-07-2008, 05:52 AM
  5. Upload Problem
    By wannaclip in forum General Discussions
    Replies: 3
    Last Post: 06-23-2007, 02:45 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
  •