Image Gallery
Hi.
I have been building the Gallery site from chapter 8. Everything works fine, except for one strange thing. When I try to upload an image file, it seems to matter whether the file extension is upper case or not. As an example, file PIX.jpg is uploaded OK whereas file PIX.JPG is not. In the latter case, the image object from
WebImage image = WebImage.GetImageFromRequest();
seems to be null.
Is there a bug in the WebImage helper or am I doing something stupid?
__________________
Regards,
Gudni G. Sigurdsson
|