From: mjakowlew Date: 2005-11-10T02:02:13+09:00 Subject: Help, Uploding files with ruby Hi, I've been trying to create an upload page that will upload files (doc, pdf, txt, jpg, gif) to the website in an upload directory. I would also like to store the results in a MS SQL database. I've read the files on the Wiki's, and ruby.org itself, but I can't find what I'm looking for. I've also looked at both TinyFile and file_column (http://www.kanthak.net/opensource/file_column/). TinyFile doesn't want to install, and file_column comes up with the following error: undefined method `file_column' for Entry:Class It seems that the program is not finding/recognizing the "file_column" files. How do I link or include this addon to ruby. I've already tried: require 'file_column' If anybody has any info on creating the upload app or any good sites for this sort of stuff, I would greatly appreciate the help. Thanks in advance mjakowlew