Re: Undefined array key "form_field"

See all posts See thread Reply

Re: Undefined array key "form_field" new!
by cc28, 1 year, 2 months ago
This good problem solved :)

with this code
$file = $_FILES["image_field"] ?? null;
$lang = 'fr_FR';
$Upload = new Upload($file, $lang);
Reply