UploadedFile Object Properties

Dundas

UploadedFile Object Properties


Path

Read-only property which stores the uploaded file's local path at the server.
 

OriginalPath

This read-only property stores the original pathname (at the client) of the uploaded file.
 

Size

Read-only property which stores the uploaded file's size in bytes.
 

TagName

Read-only property which stores the name of the form's file input box from which the uploaded file originated.
 

ContentType

Read-only property which stores the uploaded file's content type.
 

Binary

Read-only property which stores the uploaded file's data as a safe-array-of-bytes. Useful for saving uploaded image files into a database BLOB.