#******************************************************************************************************
#   ATTENTION: THIS FILE HEADER MUST REMAIN INTACT. DO NOT DELETE OR MODIFY THIS FILE HEADER.
#
#   Name: uu_default_config.pm
#   Link: http://uber-uploader.sourceforge.net/
#   Revision: 1.1
#   Date: 21/01/2007 3:47PM
#   Initial Developer: Peter Schmandra
#   Description: Default configuration file
#
#   Licence:
#   The contents of this file are subject to the Mozilla Public
#   License Version 1.1 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.mozilla.org/MPL/
# 
#   Software distributed under the License is distributed on an "AS
#   IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
#   implied. See the License for the specific language governing
#   rights and limitations under the License.
#
#*********************************************************************************************************
$config = {
config_file_name         => 'uu_hrp_supporting_material_5_config',
temp_dir                 => '/tmp/',
upload_dir               => '/home/web/restoration.gulfofmaine.org/htdocs/progress-reports/files/',
unique_upload_dir        => 0,
unique_upload_dir_length => 16,
unique_file_name         => 0,
unique_file_name_length  => 16,
create_files_by_rename   => 1,
max_upload               => 20971520,
overwrite_existing_files => 0,
redirect_after_upload    => 1,
redirect_using_js_html   => 1,
redirect_using_html      => 0,
redirect_using_js        => 0,
redirect_using_location  => 0,
delete_param_file        => 1,
redirect_url             => 'http://' . $ENV{'SERVER_NAME'} . '/progress-reports/index.php?which=Supporting%20material5',
get_data_speed           => 1000,
cedric_progress_bar      => 1,
disallow_extensions      => '(sh)|(php)|(php3)|(php4)|(php5)|(py)|(shtml)|(phtml)|(cgi)|(pl)|(htaccess)|(htpasswd)',
allow_extensions         => '(pdf)|(png)|(jpg)|(jpeg)|(tif)|(tiff)|(bmp)|(gif)',
normalize_file_names     => 1,
normalize_file_delimiter => '_',
normalize_file_length    => 32,
link_to_upload           => 1,
path_to_upload           => 'http://restoration.gulfofmaine.org/progress-reports/files/',
send_email_on_upload     => 0,
html_email_support       => 0,
link_to_upload_in_email  => 0,
email_subject            => 'Uber File Upload',
to_email_address         => 'email_1@somewhere.com,email_2@somewhere.com',
from_email_address       => 'admin@yoursite.com',
};
   
1;
