Welcome Guest, Not a member yet? Register   Sign In
Upload filetype not allowed??
#29

[eluser]Sundance[/eluser]
Hi guys,
I have a similar issue even though I am already using 2.1.2. The problem is that the upload works fine locally using Xampp but not remote on my hoster's server.

I am trying to upload an sql file. My initialization is:
Code:
$config['allowed_types'] = 'sql';
$config['max_size'] = '2048';
$this->load->library('upload', $config);

My mime type is setup like this:
Code:
'sql' => array('text/x-sql', 'application/octet-stream')

By debugging I could trace that /library/Upload.php::do_upload() returns FALSE at line 207ff:
Code:
// Is the file type allowed to be uploaded?
if ( ! $this->is_allowed_filetype())
{
   $this->set_error('upload_invalid_filetype');
   return FALSE;
}

$ext and $mime contain the correct values in the function is_allowed_filetype(). And as I said, it works locally with Xampp 1.7.7 with PHP 5.3.8 while my hoster is running PHP 5.2.17.

Any ideas on this one?

Best regards,
Sundance


Messages In This Thread
Upload filetype not allowed?? - by El Forum - 02-16-2010, 02:49 AM
Upload filetype not allowed?? - by El Forum - 02-16-2010, 02:59 AM
Upload filetype not allowed?? - by El Forum - 02-16-2010, 03:21 AM
Upload filetype not allowed?? - by El Forum - 02-16-2010, 03:44 AM
Upload filetype not allowed?? - by El Forum - 02-16-2010, 03:48 AM
Upload filetype not allowed?? - by El Forum - 02-16-2010, 04:03 AM
Upload filetype not allowed?? - by El Forum - 02-16-2010, 04:49 AM
Upload filetype not allowed?? - by El Forum - 02-16-2010, 05:38 AM
Upload filetype not allowed?? - by El Forum - 02-16-2010, 07:05 AM
Upload filetype not allowed?? - by El Forum - 02-17-2010, 02:19 AM
Upload filetype not allowed?? - by El Forum - 02-17-2010, 02:29 AM
Upload filetype not allowed?? - by El Forum - 02-17-2010, 02:50 AM
Upload filetype not allowed?? - by El Forum - 02-17-2010, 02:57 AM
Upload filetype not allowed?? - by El Forum - 02-17-2010, 03:01 AM
Upload filetype not allowed?? - by El Forum - 02-17-2010, 04:16 AM
Upload filetype not allowed?? - by El Forum - 02-20-2010, 06:55 AM
Upload filetype not allowed?? - by El Forum - 02-22-2010, 08:11 AM
Upload filetype not allowed?? - by El Forum - 04-23-2010, 03:47 AM
Upload filetype not allowed?? - by El Forum - 06-29-2010, 11:43 AM
Upload filetype not allowed?? - by El Forum - 07-14-2010, 04:34 AM
Upload filetype not allowed?? - by El Forum - 07-14-2010, 05:41 AM
Upload filetype not allowed?? - by El Forum - 07-14-2010, 05:43 AM
Upload filetype not allowed?? - by El Forum - 07-14-2010, 05:46 AM
Upload filetype not allowed?? - by El Forum - 07-14-2010, 05:48 AM
Upload filetype not allowed?? - by El Forum - 07-14-2010, 05:50 AM
Upload filetype not allowed?? - by El Forum - 07-14-2010, 04:08 PM
Upload filetype not allowed?? - by El Forum - 07-14-2010, 04:53 PM
Upload filetype not allowed?? - by El Forum - 07-14-2010, 05:06 PM
Upload filetype not allowed?? - by El Forum - 08-11-2012, 12:31 PM
Upload filetype not allowed?? - by El Forum - 09-06-2012, 01:50 PM



Theme © iAndrew 2016 - Forum software by © MyBB