Problem Uploading Pictures Problem Uploading Pictures
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Problem Uploading Pictures

Started by hal9000mx, June 18, 2004, 07:37:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hal9000mx

I just install this great software but when i tried to upload pictures to my albumns i found the following weird behavior.

I can upload without any problem images in .jpg format (1600x1200) with the size of 500 Kb. or less but if i try to upload a picture with more than that size i got the following messages.

* In Mozilla Firefox, when i pressed the upload button i got a message box that says "The document contains no data" and nothing happens it stays in the upload form.

* In internet explorer i got the classic screen you got when then URL typed is not found, the white one.

I have my picture limitation settings set to 2,048 in size and 2,048 in resolution, actually all the pictures are 1600x1200 the only difference is that those with more than 500 Kb. in size gave me the previous mentioned messages.

Any clue?

Thx.

Casper

What method were you using to upload?

There are issues with large pixel size images on servers with low limits on memory etc, but this normally will provide an error message.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

gwhowey

I'm having the exact same problem... PHP 4.3.4 and apache 2.0.49...

Any suggestions?

According to phpinfo, the memory limit is 8M, and the max post size is also 8M.

Uploading by the "Upload File" link on the index page.

-Thanks

hyperion

Please read General Upload Troubleshooting, where this restriction is covered in detail.
"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)

Casper

Quote from: gwhowey on June 21, 2004, 01:50:28 AM
According to phpinfo, the memory limit is 8M, and the max post size is also 8M.

8mb memory limit is actually rather low, and will have problems dealing with pics bigger than about 800px.
This is because GD or imagemagick need the resourses to create the intermediate and thumb.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here