serjyamp
Results
2
issues of
serjyamp
PNG and TXT download good, but JPG opens in the browser like image
I wrote code in .php: header('Set-Cookie: fileDownload=true; path=/'); And in script: var dwnld_url = $('p.start-wm a').attr('href'); $.fileDownload(dwnld_url, { successCallback: function (url) { ``` alert('You just got a file download dialog...