Welcome Guest, Not a member yet? Register   Sign In
improvement: mime type for rar
#1

[eluser]Sam Dark[/eluser]
Rar archives are extremely popular in Russia and some other countries. Much more popular than zip.

It can be good to add rar mime to mimes config by default:

Code:
'rar'   =>  'application/x-rar-compressed'
#2

[eluser]Seppo[/eluser]
In Firefox I'm getting "application/rar" and in IE 7 "application/octet-stream", so I suggest
Code:
'rar'   =>  array('application/x-rar-compressed', 'application/rar', 'application/octet-stream');
#3

[eluser]AlexKrenvalk[/eluser]
[quote author="Sam Dark" date="1206053863"]Rar archives are extremely popular in Russia and some other countries. Much more popular than zip.

It can be good to add rar mime to mimes config by default:

Code:
'rar'   =>  'application/x-rar-compressed'
[/quote]
I use rar files quite often and some days ago I had the big problem.I downloaded a mp3 file in rar file and it was damaged.But I used the google and found-repair rar archive.Tool solved my issue very easy and without payment.Moreover I saw how program repairing zip archives and estimate either analysis time or friendly interface of this program.




Theme © iAndrew 2016 - Forum software by © MyBB