[desc]: _ I am wondering if there is a way to limit the pixel width of uploaded images to cforms? I understand not everyone uses it to upload images, but in my case it is what i use it for, and for anyone esle who uses it this way, I would like to be able to limit the upload not only on file size, but on actual dimensions. Currently anyone can upload any 'width' file as long as the size is less than the set KB Upload Limit (which I have set).
Is there a way, or can anyone take a guess at how to set cforms to check for image dimensions when it looks to upload the file, and limit it if it is bigger than a specific size?
That's not possible. The content (text) or attributes (images: dimensions) of a file uploaded are not being considered. Your webserver doesn't care what the content is, and cforms doesn't parse the content before deciding whether or not to accept the submission.