![]() |
Upload Doc File Issue - 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: Upload Doc File Issue (/showthread.php?tid=27072) |
Upload Doc File Issue - El Forum - 01-31-2010 [eluser]dine[/eluser] Hi I am again here for the issue "upload doc file". I am very much frustrated and want any quick help please. The issue is when I upload any doc format file it gives error The filetype you are attempting to upload is not allowed. Allowed type is $Uploadconfig['allowed_types'] = 'docx|pdf|doc|rtf'; I got the error like Array ( [file_name] => New Account Info.doc [file_type] => \"application/msword\" [file_path] => C:/xampp/htdocs/newipn/public/ResumeUploads/ [full_path] => C:/xampp/htdocs/newipn/public/ResumeUploads/New Account Info.doc [raw_name] => New Account Info [orig_name] => [file_ext] => .doc [file_size] => 24.5 [is_image] => [image_width] => [image_height] => [image_type] => [image_size_str] => ) The filetype you are attempting to upload is not allowed. Can anybody help me ..It's urgent.!! Regards |