####################################################################################### # # PSUpload Library V3.0 # ©2000, Perl Services # # Requirements: UNIX Server, Perl5+, CGI.pm # Created: September 22nd, 2000 # Author: Jim Melanson # Contact: www.perlservices.net # Phone: 1-877751-5900, ext. 908 # Fax: 1-208-694-1613 # E-Mail: info@perlservices.com # info@charityware.ws # # # http://www.perlservices.net/en/programs/psupload/users_guide.shtml # ####################################################################################### # # # This utility is a modification of the PSUpload Helper so that it can by used # with another custom program as a supporting library. # # This utility is distributed under the same terms as Perl itself. It may be # modified and utilized as you will so long as the original copyright notice # remains in the header and that any modifications you make are state in the # header along with the date of the modification and the name and email addy # of the person who made the modification. # # Additionally, this utility has been designated as Charity Ware. That means # that if you use the utility you are required to make a charitable donation to a # charity of YOUR choice in the amount of YOUR choice. We'd appreciate your dropping # by Charity Ware (www.charityware.ws) to register your donation so others can # see who is benefiting from our work. If your too busy, drop us a line telling # us who benefited and how much you gave them and we'll post the registration # for you. E-Mail us at: icare@charityware.ws # # This utility requires installation on a UNIX server running Perl4 or higher. # # This utility require the use of the CGI.pm module. If it is not installed # on your server, you can have your sysadmin obtain the latest version of CGI.pm # form the CPAN site at www.cpan.org # # Please see the accompanying HTML demonstration file for instructions on # creating the upload form you will put on your HTML page. # # It was the authors choice that PSUpload Library should be distributed from # the Charity Ware site at www.charityware.ws so that others less fortunate may # benefit from his efforts. # ####################################################################################### # # Library Instructions # # This library is a modification of PSUpload Helper 2.0. This library can not be # called on it's own as a regular cgi script. It was written so that other # programs could easily add upload capabilities. # # RULE #1: If you are uploading this file, the upload form tag must have # the ENCTYPE attribute specified in it like this: #