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 ,
Oddly, you need to increase the cpg's filesize limit :D
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_picture_thumbnail
It is all in the docs.
The size of files uploaded from your client to the server should not exceed 9999999999 KB each.
and it dont works :(
i have resolved , the filesize limit is must be set to 2000 KB ( 2MB ) :P thank you
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.