How can i upload a ISO for install a debian VM?

Hello to everyone,

how can i upload a ISO file for create a Debina VM in WebVirtMgr?

Just copy the files into /var/lib/libvirt/images/ directory:

scp <file>.iso root@<server>:/var/lib/libvirt/images/

thanks