Member File Uploads 2.5
PHP-Fusion v 7.01
Released 15 June, 2009
PHP-Fusion: Copyright  2002 - 2009 by Nick Jones.
Released as free software without warranties under GNU Affero GPL v3.

Author: FlyingDuck
Email    : claus@it-norden.dk
Web      : http://www.it-norden.dk

Co-Authors
Digitanium,Rayxen,Sharky

1. Overview
2. Installation
3. Additional notes
4. Changelog
5. Credits

---------------------------
1. OVERVIEW
---------------------------
This Infusion give you and your members the possibility to upload files

---------------------------
2. INSTALLATION
---------------------------
1 - Upload the contents of the php-files folder to your server 
(before overwriting the existing ones ALWAYS make a backup!).

2 - Infuse the Members File Upload infusion

3 - Chmod the folder downloads to 7777

---------------------------
3. ADDITIONAL NOTES
---------------------------
Danish and English locales are included.

Change settings in file_upload_config.php

Change the file size (in bytes) here:
$upload_maxsize = 16000000;

Change the Member file size (in bytes) here:
$upload_member_maxsize = 8000000;

Change/Add Allowed File Types here:
$upload_extensions = array(
	".zip",
	".rar",
	".jpg",
	".gif",
	".png",
	".psd",
	".pdf",
	".doc"
);


Change Folder where files are uploaded to here :
$upload_folder = BASEDIR."downloads/";

Allow/Disallow members to delete files they have uploaded here:

$allow_member_delete = true;

---------------------------
4. CHANGE LOG
---------------------------
	
V 2.5

Fixed numerous errors

---------------------------
4. CREDITS
---------------------------

Thanks to:
Digitanium, Rayxen, Sharky
