Changes between Version 4 and Version 5 of CookBookValidateImageSize


Ignore:
Timestamp:
Feb 24, 2006, 4:43:26 AM (18 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBookValidateImageSize

    v4 v5  
    11= CookBook - Validate an image size =
     2django version : 0.91
     3
    24To check the height and width of an image uploaded via your form, you
    35can implement this method into your view.py or custom manipulator.
Back to Top