FIGUpload

http://codebase.mcats.net/projects/FIGUpload


_-_-_-_-_    _-_-_-_-_
_- Table Of Content -_
_-                  -_
_- 1. Introduction  -_
_- 2. Requirements  -_
_- 3. Installation  -_
-_-_-_-_-    -_-_-_-_-


____________________________________________________

1. Introduction

FIGUpload is a PHP upload script that works together 
with FIG (Flash Image Gallery) which can be 
downloaded from http://www.flashimagegallery.com/ . 
The upload script can create new image directories 
and handle upload of images or zip archives.

To handle zip archives FIGUpload uses PKZip library 
for PHP (phpziplib) which can be found at 
http://www.sourceforge.net/projects/phpziplib .
The license can be found in LICENSE.phpziplib.


____________________________________________________

2. Requirements

For FIGUpload to work a web-server is needed which 
supports PHP. It also has to have the GD extension 
enabled. Depending on which images GD is compiled 
to support, the constant IMAGE_EXT can be set in 
figupload.php to match these supports.


____________________________________________________

3. Installation

Pretty simple installation, just copy all files in 
the FIGUpload source directory to the webserver and 
update the constant UPLOAD_PATH to match your 
installatoin. The UPLOAD_PATH should point to the 
directory where menu.xml is placed.

For it to work properly the menu.xml file and it's 
directory must be writable by the webservers user, 
normaly nobody or www. To protect against abuse the 
figupload.php should be in a protected directory on 
the webserver which requires the user to login in 
some way.


____________________________________________________
Copyright (C) 2005  Pehr Johansson <pehr@mcats.net>
