Hello, I'm trying to upload an iso image to proxmox server via web api using
CpuID/pve2-api-php-client
but it seems it's always error in "Undefined offset:1"
any solution for it?
this is my code
include (app_path().'/pve2-api-php-client/pve2_api.class.php');
$pve2 = new...