search for: update_watermark

Displaying 2 results from an estimated 2 matches for "update_watermark".

2005 Dec 14
3
image upload (apache2.0+ lighttpd)
Hello all, I use lighttpd 1.4.8 and I have a problem with image uploads. I tried file_upload plugin, but it is strangely working sometimes and refuse to work sometimes. Function in the controller is (@user is loaded in before_filter) def update_watermark @user.watermark = params[:user][:watermark] @user.save redirect_to :action => "index" end Model is file_column :watermark and my view is <%= file_column_field "user", "watermark", :size=>10, :style=>"float:left;width:100px" %&...
2005 Dec 14
0
File upload (lighttpd + apache2_
Hello all, I use lighttpd 1.4.8 and I have a problem with image uploads. I tried file_upload plugin, but it is strangely working sometimes and refuse to work sometimes. Function in the controller is (@user is loaded in before_filter) def update_watermark @user.watermark = params[:user][:watermark] @user.save redirect_to :action => "index" end Model is file_column :watermark and my view is <%= file_column_field "user", "watermark", :size=>10, :style=>"float:left;width:100px" %&...