See 
PublishedAPI for packages intended to be used by Plugin and Contrib authors, or 
browse all packages.
See also 
Developing plugins, 
Developer's Bible, 
Technical Overview
  internal package Foswiki::Request::Upload  
Class to encapsulate uploaded file info.
 ClassMethod new() 
Constructs a 
Foswiki::Request::Upload object
 ObjectMethod finish() 
Deletes temp file associated.
 ObjectMethod uploadInfo() → $headers 
Returns a hashref to information about uploaded
file as sent by browser.
 ObjectMethod handle() → ( $fh ) 
Returns an open filehandle to uploaded file.
 ObjectMethod tmpFileName() → ( $tmpName ) 
Returns the names of temporarly created file.