You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
i found an issue when my users let one o more of my inputs empty.
i put this code line in the line 262
$_FILES[$field]["name"] = array_filter($_FILES[$field]["name"]);
and solve my problem, i hope can help to fix the problem to another user.
The text was updated successfully, but these errors were encountered: