large file can't upload large file can't upload
 

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

large file can't upload

Started by viva, April 17, 2004, 04:05:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

viva

i try upload a large file(3000x2301/2.1MB),but got this error msg
No picture was uploaded !

If you have really selected a picture to upload, check that the server allows file uploads...

any suggestion?

hyperion

Try uploading smaller files to make sure uploads work.

Check you php.ini settings using phpinfo() to make sure your server allows uploads that size.  2MB is the default limit.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

viva

Quote from: "hyperion"Try uploading smaller files to make sure uploads work.

Check you php.ini settings using phpinfo() to make sure your server allows uploads that size.  2MB is the default limit.
thx,now it works :wink: