CodeIgniter Forums
upload RAR & ZIP in code igniter - 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: upload RAR & ZIP in code igniter (/showthread.php?tid=17954)

Pages: 1 2


upload RAR & ZIP in code igniter - El Forum - 07-30-2012

[eluser]codeigniter kumar[/eluser]
we definitely have to add “application/octet-stream” in the array to download zip and rar files


upload RAR & ZIP in code igniter - El Forum - 07-30-2013

[eluser]petercoloney[/eluser]
i too had the same issue.. but adding 'application/force-download' to the mime type list in the mimes.php file solved the problem. hope it will help others too.



upload RAR & ZIP in code igniter - El Forum - 07-31-2013

[eluser]petercoloney[/eluser]
I have added the mime types for zip and rar and im able to upload both zip and rar files. im able to extract zip files. i need solution for extracting the rar files in a folder.