| Hi,
I was trying to download a site with several sound downloads.
the file download is getting started opening a php link with parameters (see
below). there is a mp3 preview link and the real .wav downlaod
the mp3 (www.mysite.com/preview.php?name=xyz.mp3) is saved correctly as
previewabc123.mp3
But the wav files (www.mysite.com/download.php?name=xyz.wav) are saved as
downloadabc123.php not as .wav!
I searched the forum and tried to change the file type<->mime type in
different combinations
php <-> wav
wav <-> application/...stream
but i never saw a difference.
Maybe --assume could help (or is it the same if i change the mime type?) but i
could't find the counterpart using the GUI
any ideas? | |