Welcome Guest, Not a member yet? Register   Sign In
pdf file is not uploading using codeigniter 2.0.2
#1

[eluser]Unknown[/eluser]
hi guys,

i try to upload a pdf file on Linux server
my config/mime.php

has the fallowing code:

$mimes = array( 'hqx' => 'application/mac-binhex40',
'cpt' => 'application/mac-compactpro',
' => array('text/x-comma-separated-values', 'text/comma-separated-values', 'application/octet-stream', 'application/vnd.ms-excel', 'text/x-csv', 'text/csv', 'application/csv', 'application/excel', 'application/vnd.msexcel'),
'bin' => 'application/mac,
'dms' => 'application/octet-stream',
'lha' => 'application/octet-stream',
'lzh' => 'application/octet-stream',
'exe' => array('application/octet-stream', 'application/x-ms),
'class' => 'application/octet-stream',
'psd' => 'application/x-photoshop',
'so' => 'application/octet-stream',
'sea' => 'application/octet-stream',
'dll' => 'application/octet-stream',
' => 'application/oda',
'pdf' => array('application/pdf', 'application/x-pdf', 'application/x-download','application/binary','application/force-download','text/html'), //add by rahul
'ai' => 'application/postscript',
'eps' => 'application/postscript',
'ps' => 'application/postscript',
'smi' => 'application/smil',
'smil' => 'application/smil',
' => 'application/vnd.mif',
'xls' => array('application/excel', 'application/vnd.ms-excel', 'application/msexcel'),
'ppt' => array('application/powerpoint', 'application/vnd.ms-powerpoint'),
' => 'application/wb,
' => 'application/wmlc',
'dcr' => 'application/x-director',
'dir' => 'application/x-director',
'dxr' => 'application/x-director',
' => 'application/x-dvi',
' => 'application/x-g,
'gz' => 'application/x-gzip,
'php' => 'application/x-httpd-php',
'php4' => 'application/x-httpd-php',
'php3' => 'application/x-httpd-php',
'phtml' => 'application/x-httpd-php',
'phps' => 'application/x-httpd-php-source',
'js' => 'application/x-javascript',
'swf' => 'application/x-shockwave-flash',
'sit' => 'application/x-stuffit',
' => 'application/x-tar',
'tgz' => array('application/x-tar', 'application/x-gzip-compressed'),
'xhtml' => 'application/xhtml+xml',
'xht' => 'application/xhtml+xml',
' => array('application/x-zip', 'application/zip', 'application/x-zip-compressed'),
'mid' => 'audio/midi',
'midi' => 'audio/midi',
'mpga' => 'audio/mpeg',
'mp2' => 'audio/mpeg',
' => array('audio/mpeg', 'audio/mpg', 'audio/mpeg3', 'audio/mp3'),//yes
'aif' => 'audio/x-aiff',
'aiff' => 'audio/x-aiff',
'aifc' => 'audio/x-aiff',
'ram' => 'audio/x-pn-realaudio,
'rm' => 'audio/x-pn-realaudio,
'rpm' => 'audio/x-pn-realaudio-plugin',
'ra' => 'audio/x-realaudio,
'rv' => 'video/vnd.rn-realvideo',
' => 'audio/x-wav',
' => 'audio/x-ms-wma',//yes
'flv' => 'application/octet-stream',//yes
' => 'video/mp4',//yes
' => 'image/bmp',
' => 'image/gif',
' => array('image/jpeg', 'image/pjpeg'),
'jpg' => array('image/jpeg', 'image/pjpeg'),
'jpe' => array('image/jpeg', 'image/pjpeg'),
'png' => array('image/png', 'image/x-png'),
' => 'image/tiff',
'tif' => 'image/tiff',
' => 'text/css',
'html' => 'text/html',
'htm' => 'text/html',
'shtml' => 'text/html',
'txt' => 'text/plain',
'text' => 'text/plain',
' => array('text/plain', 'text/x-log'),
'rtx' => 'text/richtext',
' => 'text/rtf',
'xml' => 'text/xml',
'xsl' => 'text/xml',
'mpeg' => 'video/mpeg',
'mpg' => 'video/mpeg',//yes
'mpe' => 'video/mpeg',
'qt' => 'video/quicktime',
'mov' => 'video/quicktime',//yes
'mov' => 'application/octet-stream',
'avi' => 'video/x-msvideo',//yes
' => 'video/x-sgi-movie',
'doc' => 'application/msword',
'docx' => array('application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document', 'application/octet-stream'),//first and last point added by rahul
'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',//add by rahul
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
'word' => array('application/msword', 'application/octet-stream'),
'xl' => 'application/excel',
'eml' => 'message/rfc822',
' => array('application/json', 'text/json')
);

can you help me on this issue?




Theme © iAndrew 2016 - Forum software by © MyBB