![]() |
File upload class + ajax jquery - 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: File upload class + ajax jquery (/showthread.php?tid=25187) |
File upload class + ajax jquery - El Forum - 12-03-2009 [eluser]Unknown[/eluser] Hi all I use the file upload class and it's work perfecly but I would like to use ajax jquery code to call the controller because I want to make small progress bar to let user know the file is currently in progress.... The javascript code Code: [removed] The php controller Code: function postfile() it's not working..... if I use the file upload class only work perfecly ....it is possible to archive this? thanks for your help. File upload class + ajax jquery - El Forum - 12-03-2009 [eluser]umefarooq[/eluser] hi check the link will help you for your problem jquery uploadify working with CI http://www.reloadedpc.com/code-igniter/jquery-uploadify-2-codeigniter/ also check this forum post http://ellislab.com/forums/viewthread/109751/ |