Hello everybody, I am wondering if anyone can help me with implementing a file-upload script using Apache2.0 and modruby1.1.1 lets say I have a form like this <form name='fileupload' action='upload.rb' method='post'> <input type='file' name='myfile'/><br/> <input type='submit'/> </form> what code should i use in upload.rb to grabe the filedata + filename from the apache/modruby request. I want to save the file in a custom directory. Any help appreciated, -g.