ASPScript sample
http://www.jfileupload.com

==========================================================
JFileUpload homepage:
http://www.jfileupload.com/products/jfileupload/index.html

JFileUpload add-ons page:
http://www.jfileupload.com/products/tools/index.html

Support forums:
http://www.jfileupload.com/support/forums/index.php
==========================================================

This add-on is a ASP server-side sample script for JFileUpload applet.
It supports basic upload only.


Install:
-------
1 - Copy process.asp and upload.asp under your IIS web server providing ASP support.

2 - Edit process.asp and update "c:\uploads" with the correct path of folder where 
    uploaded files will be stored on your server.

3 - Copy applet_http_asp.html and applet_http_asp.js in the same folder as applet_http.html 
    provided in JFileUpload package. Update both "url" parameters in applet_http_asp.js
    to make them match to your server name.


-----------------
??/??/2009 : v2.0
-----------------
Initial release.



Notes:
----- 
- uploadform.html is a sample HTML upload form for basic testing.

- There is an upload file size limit in the IIS configuration file (MetaBase.xml)
  called AspMaxRequestEntityAllowed. To increase it, stop IIS server and
  administration service, edit c:\Windows\System32\inetsrv\MetaBase.xml
  Look for 'AspMaxRequestEntityAllowed' and update the limit. Default is 204800
  bytes under Windows 2003 server.

- There is a ASP time out in the IIS configuration file (MetaBase.xml)
  called AspScriptTimeout. To increase it, stop IIS server and
  administration service, edit c:\Windows\System32\inetsrv\MetaBase.xml
  Look for 'AspMaxRequestEntityAllowed' and update the limit. Default is 90
  seconds under Windows 2003 server.

- Known limitations: Upload handling on server is slow for large files.

- ThisASPScript is based on FileUploader ASP Library (beta 1.2)
  Author: Jacob "Bzle" Gilley
  Co-author: Philippe Collignon (I'm assuming)
  Email: avis7@airmail.net
