File Upload Type Filtering in FaclieForms / Breezing Forms |
If you use the ClassicMode to build your forms in Breezing Forms / FacileForms you'll have noticed there's no way to filter your filetypes in the File Upload. Here is how to use the Javascript code already present in QuickMode Breezing Forms / FacileForms. ![]() Open the form upload dialog and fill in a comma seperated list of your allowed file types. Then here comes the hack to make it work. Go to components/com_facileforms/facileforms.process.php and around line 1924 change the code to the following... #if ($row->type=='File Upload' && trim($this->formrow->template_code) != '') { Now the javascript file type checking will work! ![]() |
Last Updated on Sunday, 13 February 2011 10:13 |