How to disable mime type checking ?
is it possible ?
http://darknation.pl/forum2/album_pic.php?pic_id=1048 - this doesnt work :/ iif i try to upload normal way it works , if by URI adres it deas not :/ i get "unknown mime type error"
http://darknation.pl/forum2/album_pic.php?pic_id=531 - this works by both metods
im switching galleries from phpbb to coppermine and it would save me many hours dowloading and uploading if i could upload everything by uri... maybe you have idea why some of the files work and some dont ?
Uploading is not designed to work with php files like that. It's designed to work like this: yoursite.com/picture.jpg
You really should read the documentation and learn about the batch add process.