-
Notifications
You must be signed in to change notification settings - Fork 35
icms_ipf_form_elements_Fileupload
Raimondas Rimkevičius edited this page Mar 9, 2020
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!
Form control creating a file upload element for an object derived from icms_ipf_Object
- Class name: icms_ipf_form_elements_Fileupload
- Namespace:
- Parent class: icms_ipf_form_elements_Upload
private int $_maxFileSize
Maximum size for an uploaded file
- Visibility: private
mixed icms_form_elements_File::__construct(string caption, string name, int maxfilesize)
Constructor
- Visibility: public
- This method is defined by icms_form_elements_File
- caption string - <p>Caption</p>
- name string - <p>"name" attribute</p>
- maxfilesize int - <p>Maximum size for an uploaded file</p>
string icms_form_elements_File::render()
prepare HTML for output
- Visibility: public
- This method is defined by icms_form_elements_File
int icms_form_elements_File::getMaxFileSize()
Get the maximum filesize
- Visibility: public
- This method is defined by icms_form_elements_File