Represents an upload from an HTML form.
Anything
Object
HttpServerFileUpload
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
HttpServerFileUpload(HttpServerFileUpload delegate) |
Attributes | |
charset | shared Charset charset Returns the charset for the upload |
contentTransferEncoding | shared String contentTransferEncoding Returns the contentTransferEncoding for the upload |
contentType | shared String contentType Returns the contentType for the upload |
filename | shared String filename Returns the filename which was used when upload the file |
name | shared String name Returns the name of the attribute |
readStream | shared ReadStream readStream |
size | shared Integer size Returns the size of the upload (in bytes) |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
streamToFileSystem | shared HttpServerFileUpload streamToFileSystem(String fileName) Stream the content of this upload to the given |
Inherited Methods |
Methods inherited from: Object equals |