[Solved]: URI/URL Uploads issue [Solved]: URI/URL Uploads issue
 

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

[Solved]: URI/URL Uploads issue

Started by IoneTe, June 08, 2009, 08:44:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

IoneTe

i want to upload a pic from another url with direct link and recive the error :
The following uploads encountered errors:
URI/URL Uploads:
File Name/URL   Error Message
1. http://img214.imageshack.us/img214/1322/sdc10525.jpg   Exceeded filesize permitted by CPG.

what settings i must do to fix this problem ,

phill104

It is a mistake to think you can solve any major problems just with potatoes.

IoneTe

The size of files uploaded from your client to the server should not exceed 9999999999 KB each.

and it dont works :(

IoneTe

i have resolved , the filesize limit is must be set to 2000 KB ( 2MB ) :P thank you

Joachim Müller

Comment for others with similar questions: set any values in coppermine's config to numbers that make sense. "9999999999" doesn't fall into that category, as nobody in the world would allow files that are 10 TB (that is 10,000 GB, i.e. ten million mega bytes). Setting such silly sizes just shows that you haven't looked into your issues hard enough. Do NOT set the numbers to silly values. When in doubt, keep the defaults.