WebCommon::Uploaded
Constructors
- Uploaded()
Usage
Represents a file uploaded using HTTP POST. These files can be retrieved with incomingFile or incomingFiles, and information about the file can be returned with originalName (to retrieve the original filename), tempPath (to get the temporary filesystem path) and contentType (to get the browser-reported content-type).
There are various ways to set a temporary directory for file uploads. If none of these are used, the directory containing the CGI will be used, which is strongly discouraged except for testing purposes.