CodeIgniter Forums
Uploading sitx files - 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: Uploading sitx files (/showthread.php?tid=38722)



Uploading sitx files - El Forum - 02-16-2011

[eluser]koryrok[/eluser]
Hi,

I have added the following entry to /system/application/config/mime.php :

'sitx' => 'application/x-stuffitx'

I am still not able to upload stuffit files to the server. Is there any way to fix this and allow uploading these files?


Thanks


Uploading sitx files - El Forum - 02-17-2011

[eluser]steelaz[/eluser]
Code:
$config['allowed_types'] = '*';

Not the best solution, but it should work.