[eluser]sp6hitech[/eluser]
I added following lines
Code:
'dwf' => array('drawing/x-dwf', 'model/vnd.dwf'),
'dwg' => array('application/acad', 'image/vnd.dwg', 'image/x-dwg'),
'dxf' => array('application/dxf', 'image/vnd.dwg', 'image/x-dwg')
in
Code:
/system/application/config/mimes.php
file and tried to upload
.dwg file. It showed an error like this:
The filetype you are attempting to upload is not allowed. How can i then upload a
.dwg file?