UploadedFile Object Properties
Read-only property which stores the uploaded
file's local path at the server. | |
This read-only property stores the original
pathname (at the client) of the uploaded file. | |
Read-only property which stores the uploaded
file's size in bytes. | |
Read-only property which stores the name of
the form's file input box from which the uploaded file originated. | |
Read-only property which stores the uploaded
file's content type. | |
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. |