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?
| Attachment | Size |
|---|---|
| exampleimg.png | 44.47 KB |

#1
#2
#3
Did your image size exceed the allowed upload size in your php.ini? Check out this link for details.
#4
I think I am having the same problem, but even if I upload small images, not only high resolution, here is a print screen.
#5
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
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
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