Upload hi resolution images cause (An HTTP error 0 occurred. /drupal/?q=node_images/js)

be3kon - May 30, 2009 - 11:40
Project:Node Images
Version:6.x-2.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

When uploading hi res images eg. 3648x2736 the error occurred. Any ideas where is the problem?

AttachmentSize
exampleimg.png44.47 KB

#1

be3kon - May 30, 2009 - 11:44
Status:active» closed

#2

be3kon - May 30, 2009 - 11:46
Project:Image Notes» Node Images
Version:HEAD» 6.x-2.1
Status:closed» active

#3

hozt - June 25, 2009 - 14:49

Did your image size exceed the allowed upload size in your php.ini? Check out this link for details.

#4

web506 - August 10, 2009 - 15:34

I think I am having the same problem, but even if I upload small images, not only high resolution, here is a print screen.

AttachmentSize
node-images.jpg 273 KB

#5

viktor.denischik - October 12, 2009 - 13:00

same here.. php.ini max upload def higher, actually a 100 mb.. images < 1024 upload fine. I even tried hardcoding 1024*8192 and 1mb file limit actually changed to 8 in node images - but still anything more than 1024 causes node images to http err -0

#6

malphas86 - November 2, 2009 - 21:46

I have the same problem. Uploading an image that has a high resolution (like 1280px width) wont work. File size doesnt matter, a small resolution image with a large file size uploads fine.

#7

malphas86 - November 3, 2009 - 09:30

Think I found the solution. I heard that a high resolution picture will be decompressed while you upload it (don't ask me why), taking up your memory space. I set the memory limit to 64M in settings.php like this: ini_set('memory_limit', '64M'); and now I'm able to upload high res pics.

Hope this also works for you guys

 
 

Drupal is a registered trademark of Dries Buytaert.