Hi
How to enable requiring determination of the category in photos form upload?
I found something like this:
$aFormCategories['categories']['required'] = false;
in file inc/classes/BxDolFileUploader.php
When i change this line to :
$aFormCategories['categories']['required'] = true;
field is marked by required but when i not set category form is sending succesful.
when i edit photos, categories list is marked by required and when i not set category script display info and form is not send.
how to fix forcing determine the category for sending photos?
Regards