hello
I need to similar code in the Qml:
thanksCode:
$zipf=file_get_contents('http://site.ir/file.zip'); file_put_contents('brooz/brooz.zip', $zipf);
Printable View
hello
I need to similar code in the Qml:
thanksCode:
$zipf=file_get_contents('http://site.ir/file.zip'); file_put_contents('brooz/brooz.zip', $zipf);
QFile::copy(), no need to read and write the content just to duplicate a file.
Cheers,
_