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

 OverrUpload - File Upload Script
 Version 1.5

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

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

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

 Updated by:......... Patrik Berggren
 Date updated........ September 6, 2003
 E-mail.............. info@mrwize.nu
 Website............. http://www.mrwize.nu
----------------------------------------------------------


 # INTERFACE / IMPLEMENTATION of OverrUpload
 
  + Methods

    1. Form(sItem)
        Get the form-field-item
		If it is a file a FileData object will be returned.
		If it is not a file a string value will be returned.



 # INTERFACE / IMPLEMENTATION of FileData

  + Poperties
  
    1. IsFile (MUST only be used as [READ])
		Returns true if it is a valid file.
	
	2. Filename ([READ/WRITE])
		Returns the filename.
	
	3. FileExtension ([READ/WRITE])
		Returns the fileextension.
	
	4. ContentType (MUST only be used as [READ])
		Returns the content-type of the file.
  

  + Methods

	1. SaveToFile(sFilePath)
		Saves the uploaded file.
		
		Argument: sFilePath
			Full physicalpath to were the file will be stored.
		
		
		
 Enjoy!

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