I use Ruby on Rails with mysql. customer need to upload image to webserver, can i store the image into mysql? how to? thanks in advance. -- Posted via http://www.ruby-forum.com/.
wu wrote:> I use Ruby on Rails with mysql. > customer need to upload image to webserver, > can i store the image into mysql? > how to? > thanks in advance.You sure can, take a look a this article http://wiki.rubyonrails.com/rails/pages/HowtoUploadFiles -- Posted via http://www.ruby-forum.com/.