MIME type problem - uplading by URI MIME type problem - uplading by URI
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

MIME type problem - uplading by URI

Started by ergo, September 17, 2005, 05:51:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ergo

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 ?

kegobeer

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.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots