Jaxer.Request.FileInfo : Object
Return to: Jaxer Framework index

Container for information about uploaded files.

Platform Support

Jaxer Server Framework Jaxer Client Framework
0.9 no

Constructors

Constructor Action Jaxer Server Framework Jaxer Client Framework
Jaxer.Request.FileInfo Constructor(Object req, Number i) : Jaxer.Request.FileInfo
A container for information about uploaded files. The constructor is not meant to be called directly.

(Advanced)
Show Details 0.9 no

Jaxer.Request.FileInfo(Object req, Number i) : Jaxer.Request.FileInfo

A container for information about uploaded files. The constructor is not meant to be called directly.

(Advanced)

Parameters
Object req The Jaxer Core's request object
Number i An index into the list of uploaded files

Returns
Jaxer.Request.FileInfo Returns an instance of FileInfo.

Visibility
advanced

Functions

Method Action Jaxer Server Framework Jaxer Client Framework
save(String newFileName) : void
Save the uploaded file to the given path -- otherwise it will be automatically purged after this request
Show Details 0.9 no

Parameters
String newFileName The name (or full path) of the file to which the uploaded file should be saved.

aptana_docs