Skip Menu |

This queue is for tickets about the Data-FormValidator CPAN distribution.

Maintainer(s)' notes

This is the bug queue for Data::FormValidator.

Report information
The Basics
Id: 15673
Status: resolved
Priority: 0/
Queue: Data-FormValidator

People
Owner: Nobody in particular
Requestors: william [...] knowmad.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 4.02
Fixed in: (no value)



Subject: Add method for checking minimal image dimensions
Hey Mark, I've just started using the Upload constraint package. Nice work! A handy feature would be to add a way to specify a minimum file width and height, e.g., image_min_dimensions. William
Date: Thu, 10 Nov 2005 11:34:47 -0500
From: Mark Stosberg <mark [...] summersault.com>
To: Guest via RT <bug-Data-FormValidator [...] rt.cpan.org>
Subject: Re: [cpan #15673] Add method for checking minimal image dimensions
RT-Send-Cc:
On Thu, Nov 10, 2005 at 11:05:31AM -0500, Guest via RT wrote: Show quoted text
> > This message about Data-FormValidator was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=15673 > > > Hey Mark, > > I've just started using the Upload constraint package. Nice work! A > handy feature would be to add a way to specify a minimum file width > and height, e.g., image_min_dimensions.
William, A patch of code/tests/docs for this would be welcome. Some examples for max dimension checks are already in there. I realize the tests for that may be a little tricky if you want to save that part for someone else. Mark
Pending patch from Lee Carmichael. (Thanks!) Mark