Page 1 of 1

Form Builder error when sending an empty file field form

Posted: Tue Oct 27, 2015 7:27 pm
by waltertakashi
Hi guys!

When we have a file field that is optional and the user doesn't put any file on it, Form Builder gives the following error:

Code: Select all

Warning: unlink(******): Is a directory in ******/www/modules/FormBuilder/classes/FileUploadField.class.php on line 219
But if we put a file, the form is sent normally.

Is there a way to solve this?

Thank's!

Re: Form Builder error when sending an empty file field form

Posted: Fri Jan 01, 2016 5:38 pm
by Dr.CSS
You may need to show your form template, default ones have an 'if empty don't show/react' call in them...