Welcome Guest, Not a member yet? Register   Sign In
File Uploading .ZIP .RAR
#9

[eluser]GabeHarris[/eluser]
Need similar help, I'm trying to upload a zip file, throws upload error "The filetype you are attempting to upload is not allowed." Latest version of CI. Here is the config for the upload:
Code:
$up_config['upload_path'] = './assets/img/uploads/';
  $up_config['allowed_types'] = 'zip|txt|application/zip|text/plain';
  $this->load->library('upload',$up_config);

And here is my upload file data:
Code:
Array ( [file_name] => country_road.zip [file_type] => text/plain [file_path] => public_html/mhphoto/assets/img/uploads/ [full_path] => public_html/mhphoto/assets/img/uploads/country_road.zip [raw_name] => country_road [orig_name] => [client_name] => country_road.zip [file_ext] => .zip [file_size] => 403888 [is_image] => [image_width] => [image_height] => [image_type] => [image_size_str] => )

And for good measure this is what I have in my mimes.php
Code:
'zip' =>  array('application/x-zip', 'application/zip', 'application/x-zip-compressed','multipart/x-zip','application/x-compressed'),

Here's the most confusing part - I built the site in a dev environment (on a subdomain of the production site) and I'm using the same code files, and it works in the dev environment. Is there an Apache setting somewhere I am missing maybe (I'm not a good server configuration guy at all)? Hosted at HostMonster.com, if that matters.

Thanks for any help!


Messages In This Thread
File Uploading .ZIP .RAR - by El Forum - 02-18-2012, 03:17 PM
File Uploading .ZIP .RAR - by El Forum - 02-18-2012, 04:44 PM
File Uploading .ZIP .RAR - by El Forum - 02-18-2012, 05:04 PM
File Uploading .ZIP .RAR - by El Forum - 02-18-2012, 05:39 PM
File Uploading .ZIP .RAR - by El Forum - 02-19-2012, 10:10 AM
File Uploading .ZIP .RAR - by El Forum - 02-19-2012, 03:00 PM
File Uploading .ZIP .RAR - by El Forum - 02-20-2012, 01:01 AM
File Uploading .ZIP .RAR - by El Forum - 02-20-2012, 08:58 AM
File Uploading .ZIP .RAR - by El Forum - 03-07-2012, 10:20 AM
File Uploading .ZIP .RAR - by El Forum - 03-07-2012, 01:57 PM
File Uploading .ZIP .RAR - by El Forum - 03-08-2012, 05:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB