Upload files “images”
-
Good afternoon,
Is there any way to prevent the uploading of images when they are smaller than intended?
I have two functions to check the dimensions: (function(){
var size = IMGDIMENSION(fieldname17|n);
return size[‘height’];
})()
in this case it is for the width, and I have another identical one for the height, with the necessary changes. But only after uploading the file does it check, of course.I’d like to know if it’s possible to abort the upload process if you don’t check the minimum dimensions.
Can you help?
Best Regards.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Upload files “images”’ is closed to new replies.