Closed (duplicate)
Project:
ImageField
Version:
5.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2008 at 18:40 UTC
Updated:
20 Apr 2009 at 23:02 UTC
1. CCK 5.x-1.9
2. 5.x-2.1
3. files directory perms: 777 /tmp directory perms: 777, images/temp perms: 775
4. public download method
5. field config:
Max resolution: 1024x1024
Max file size: 2000
Max number: 0
Image path: profile/[uid]
[x] custom alt text
[x] custom title text
[ ] required
[ ] multiple values
[x] use default image
----
I was getting an empty error message (looked like a javascript alert();) with something like "An error occurred: <pre></pre≷" as the message when I tried to upload an image larger than the allowable resolution. I've since removed the resolution restriction, but I figured you might like to know that the error message appeared to be improperly put together.
Comments
Comment #1
blueflowers commentedI have the exact setup as above, however I do not receive any feedback (error messages) from the module. It simply resets the form as though nothing was uploaded.
Comment #2
szy commented@blueflowers, is it like this one:
-> #398662: What are the limits? How can we set them? ...?
How many images are you trying to upload?
Szy.
Comment #3
quicksketchIt's not the resolution being exceeded that's the problem, it's the max_post_size. See #356009: Large Uploads Cause Form to Disappear. The core upload module is vulnerable to this as well, the only current solution is to increase this value.