From: gm@... (George Moschovitis) Date: 2003-06-25T23:22:54+09:00 Subject: Re: File upload and mod-ruby Hi Sacha, i tried it, ie my html is:
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