From: Felix McCoey Date: 2005-10-05T10:28:35+09:00 Subject: file upload information hi all, where can i find a complete list of the details and methods available for an uploaded file? so far i know of the basics like (among others): @params['image']['file'].original_filename @params['image']['file'].content_type @params['image']['file'].read @params['image']['file'].size etc thanks, -felix