Welcome Guest, Not a member yet? Register   Sign In
How to upload file ?
#11

[eluser]mahe11[/eluser]
@Atharva
I do it as per ur suggestion but still it not working. Is any other changes?
plz help me...
#12

[eluser]Atharva[/eluser]
:long:

Check your mimes.php file in system/application/config folder and see mime types are present for specified file types.
#13

[eluser]mahe11[/eluser]
I check my mimes.php file and mime types

Code:
'xls'    =>    array('application/excel', 'application/vnd.ms-excel', 'application/msexcel'),
'ppt'    =>    array('application/powerpoint', 'application/vnd.ms-powerpoint'),
'doc'    =>    'application/msword',
'rtx'    =>    'text/richtext',
'rtf'    =>    'text/rtf',

are present for specified file types.

really Thanks to all @Atharva. I post new topic for that




Theme © iAndrew 2016 - Forum software by © MyBB