Installation guide for Thin Upload.
===================================

Thin Upload is compatible with a wide range of server-side
scripting languages. Before you begin the installation please make
sure that your scripting engine has been correctly configured and your
server is capable of accepting a file upload.


With PHP
--------
Change into the web/ folder. Place the test.html page and upload.php
on your webserver. Point your browser at test.html and carry out a form
based file upload. It will help to ensure that your server is correctly
configured to accept file uploads.

Open thinupload.properties in your text editor. Change the url property
so that it points to the upload.php you placed on your server. Move
this file along with ThinUploadDemo.jar and upload.php into a folder in
your web server.

Edit upload.php and set the save path for your uploaded files. Make
sure the webserver has permissions to write to this directory.
That's it.

The upload.php is a sample PHP script provided to get you started on
drag and drop file upload. You may need to modify the script for a
better fit with your website or web application.

With Perl
---------
Please copy upload.cgi to your /cgi-bin/ directory and change it's
permissions to 755. Move test-perl.html to a folder outside the cgi-bin
and open it using your browser and test your server configuration by
trying out a form based file upload.

Edit thinupload.properties so that the url parameter now points to the
upload.cgi script inside the cgi-bin folder. Now move japplet.html,
ThinUploadDemo.jar and thinupload.properties to your server. change the 
upload.cgi to set the save path.


With Other Technologies
-----------------------
Thin upload will work with any scripting/programming language that can
accept a file upload. If you are using a techonology other than perl or
PHP, please follow the instructions in your developers manual to set up
file uploading. Then simply replace the html form with japplet.html.
Make sure to edit the properties file so that the url property points
to the script that will accept the incoming files.



Notes:
Each license of Thin Upload allows you to install the applet on a one
website.

Additional details about the product may be obtained from the website:
http://upload.thinfile.com/



