Hello,
I use an image_upload in front but the loader keeps turning and the image never show.
Looking a xhr request, i get an "Access denied" response
array(
'name' => __( 'Poids max : 2Mo ; 72dpi ; Format min : 350×220px', 'vm' ),
'id' => 'vm_image',
'type' => 'image_upload',
'max_clone' => 1,
'max_file_size' => '2mb',
'force_delete' => true,
),
I tried other fields with no success.
Do you have a solution ?
Regards,