Thursday, October 17, 2013

jQuery Download using form+iframe


References
[1] http://www.djbp.co.uk/downloading-using-post/

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...