
==========================================================

 OverrUpload - File Upload Script
 Version 1.0

=================================== (c) Copyright 2003 ===

 Version ............ 1.0
 Date................ 2003-09-05
 Author.............. Stefan Bckstrand

 E-mail.............. stefan@automateld.com
 Webbsite............ http://override.automateld.com

----------------------------------------------------------

 # INTERFACE / IMPLEMENTATION 
 
  + Properties

    1. InputFormName -  [ Read / Write ]
        The name of the form element which contains
        the file data to be uploaded. 
          
           Ex. <input type="file" name="uplFile">
               In this case the value should be set
               to 'uplFile'.

    2. UploadPath -  [ Read / Write ]
        The virtual path on the server where the
        uploaded file is to be stored. 

    3. NewFileName -  [ Read / Write ]
        The name of the new file. This value is to be
        set without the file ending. The script will
        automatically sense the filetype and set it.

    4. UploadedFilePath - [ Readonly ]
        The virtual path to the uploaded file. Can
        only be used after calling the UploadFile
		method. 
		

  + Methods

    1. UploadFile
        Will start the upload of the file to the server. 

    2. GetRandomName ( NumberOfChars )
        This method is used if you wish to set a random
        filename to the file that is beeing uploaded. The
        name will consist of A-Z, a-z and 0-9. The amount
        of characters is set with the input parameter 
        NumberOfChars, as seen above.


 Enjoy!

----------------------------------------------------------
Please respect the copyright protection of this script.
----------------------------------------------------------
                       Copyright 2003 by Stefan Bckstrand