/*
Upload dirs(folders) list
- - - - - - - - - - - - - - - - - -
"images" => array(
"dir" =>"uploads/images",
"password"=>"images",
),
- - - - - - - - - - - - - - - - - -
"images" - just section name (any name you like), it is a key
"name" - the dir(folder) name in select box
"dir" - path to uploaded files
"password" - "dir" password
*/
$upload_dirs = array(
"Projects" => array(
"dir" =>"99_Projects/",
"name" =>"Customer Art",
"password"=>"art",
),
);
$max_file_size = 500000*1024; //max file upload size (bytes)
?>
Welcome to the File UploadPage. Please make sure
that your artwork meets the size requirements before attempting to upload.
PLEASE CALL PROMOTION WRAPS (757) 465-2214 TO RECIEVE
A PASSWORD TO UPLOAD YOUR FILES
Maximum file size:
0 Kb.
---------------------------------------------------------------------------------------------------------------------------
« Back
to Portfolio Page «