![]() |
jQuery Multiple File Upload Plugin - 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: jQuery Multiple File Upload Plugin (/showthread.php?tid=56710) |
jQuery Multiple File Upload Plugin - El Forum - 01-12-2013 [eluser]RMinor[/eluser] I have been trying for a few weeks now to get the jQuery Multiple File Upload plugin working with my website, but have not been successful. Has anyone successfully done this? Please let me know and I can share what I have and hopefully get it all sorted out. jQuery Multiple File Upload Plugin - El Forum - 01-14-2013 [eluser]rana[/eluser] I have used this one: http://blueimp.github.com/jQuery-File-Upload/ Worked fine for me. Which one are you trying? You can give it a try, its nice. Have drag/drop facility as well.. jQuery Multiple File Upload Plugin - El Forum - 05-16-2013 [eluser]Ghetolobster[/eluser] [quote author="rana" date="1358154112"]I have used this one: http://blueimp.github.com/jQuery-File-Upload/ Worked fine for me. Which one are you trying? You can give it a try, its nice. Have drag/drop facility as well..[/quote] This is a nice drag n drop version but I personally found it difficult to manipulate for codeigniter. jQuery Multiple File Upload Plugin - El Forum - 05-16-2013 [eluser]micfai[/eluser] I use Plupload. http://www.plupload.com/ Its quite nice. Takes a little bit of work to get it right with CI but works really well across most browsers. jQuery Multiple File Upload Plugin - El Forum - 05-18-2013 [eluser]bedanand[/eluser] Yes I have implemented it successfully in my codeigniter based web application. I had to write controller class to handle file uploads by jquery. This might be helpful for you. |