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

sorry, wrong list, should be for rails......

Felix McCoey wrote:

ยทยทยท

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