how to upload zip/rar files in codeigniter
Posted
by hwd
on Stack Overflow
See other posts from Stack Overflow
or by hwd
Published on 2010-05-22T05:59:47Z
Indexed on
2010/05/22
6:00 UTC
Read the original article
Hit count: 220
codeigniter
|php
how to upload zip/rar files in codeigniter itried like this
$config['allowed_types'] = 'application/x-zip|application/x-zip-compressed|application/octet-stream|application/x-compress|application/x-compressed|multipart/x-zip';
but not working . please help me.................
© Stack Overflow or respective owner