My bad,
Found it at the end….
There is no WPUF_Upload anymore but an AJAX_Upload, so go to Form_Fiel_Image.php and add the following:
use WeDevs\Wpuf\Ajax\Upload_Ajax;
and change the following line from:
echo WPUF_Upload::attach_html(..)
to
echo Upload_Ajax::attach_html(..)
Hi @sashxka, hi @saifislam01,
I have the exact same issue since the update and I was looking for WPUF_Upload everywhere but I couldn’t find it.
Since I might be not the only one with this issue,
What is the solution???
Thanks a lot
Patrick