Hello
i was using 1.7.6 and updated to 1.7.8, i switched to templete default_full, everything worx fine, but i cant upload JPG extension files..
while it is ok to upload jpg files..!
error msg is:
Error uploading image file:
a.JPG: Invalid file type (JPG, image/pjpeg)
i tried to add it in $mime_type_match like this:
$mime_type_match['jpg'] = array("image/jpg", "image/jpeg", "image/pjpeg", "image/JPG");
$mime_type_match['jpeg'] = array("image/jpg", "image/jpeg", "image/pjpeg", "image/JPG");
and added the new allowed extensions JPG in admin control panel list..
but it didnt work..
i tried to add it alone and make JPG.html in media files and also didnt work..
What else i need to try?
Best regards
K
----------------
update:
i found the solution here:
http://www.4homepages.de/forum/index.php?topic=27829.msg150642#msg150642
thanks