Hi Sacha, i tried it, ie my html is: <html> <form action='upload.rb' method='post'> <input type='file' name='myfile'/><br/> <input type='submit'/> </form> </html> and the ruby handler is: file = cgi["myfile"].first but it returns a String for file and not a structure i can query liek this: file.local_path file.original_filename file.content_type am i missing something? (I am using apache2.0/worker-mpm and modruby1.1.1) thanks in advance, George Moschovitis