![]() |
Download thriugh ajax - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Download thriugh ajax (/showthread.php?tid=57629) |
Download thriugh ajax - El Forum - 03-28-2013 [eluser]GabrieleMartino[/eluser] Hello, I was wondering if is possible to download throught an ajax call. I have the call through ajax Code: $('#download_file').on ('click', function (){ and a controller than is made Code: public function download_file(){ The methods call the path controller but nothing happen on the screen. Any idea!? Download thriugh ajax - El Forum - 03-28-2013 [eluser]CroNiX[/eluser] http://stackoverflow.com/questions/6668776/download-file-through-an-ajax-call-php |