horst wald wrote: > is there a way to get the size of an image when you do a file upload? > (Not manually of course but from a python script.) Before or after creation of an image object? The Image Object has attributes width and height and a method get_size().