I have a project where a shopping cart is using file upload web controls to allow customers to upload image files. This is not working out so well because the image files can be huge. I think the session is timing out before the file uploads and the web...