toc
minLevel | 2 |
---|
This FieldType represents and handles a binary file. It also counts the number of times the file has been downloaded from the content/download
module.
Name | Internal name | Expected input | Output |
---|---|---|---|
BinaryFile | ezbinaryfile | Mixed | Mixed |
Table of contents:
Table of Contents | ||
---|---|---|
|
Description
This FieldType
allows the storage and retrieval of a single file. It is capable of handling virtually any file type and is typically used for storing legacy document types such as PDF files, Word documents, spreadsheets, etc. The maximum allowed file size is determined by the "Max file size" class attribute edit parameter and the "upload_max_filesize
" directive in the main PHP configuration file ("php.ini").
...