Hi,
i making an webapp for my uni project that send an POST request using AJAX to the server and server returns an wav file in return... i want to know how do i get the name of the returned file (using javascript) and also when the file is returned IE automatically start downloading the file which i dont want....
any suggestions?