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&gl;" 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

blueflowers’s picture

I 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.

szy’s picture

@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.

quicksketch’s picture

Status: Active » Closed (duplicate)

It'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.