search for: 4iotkbyjeowh0uzbu5w

Displaying 4 results from an estimated 4 matches for "4iotkbyjeowh0uzbu5w".

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
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
2005 Dec 17
0
Qtek 9100 IE simulator
Hello all, I will develop small application with Rails and client wants to reach with Qtek 9100 to work with it. Anybody know any simulator that I can test Internet Explorer capabilities on Qtek? I have WindowsXP + Mac OS X, so any software that will work on them will be good for me. Thanks Gokhan -- Posted via http://www.ruby-forum.com/.
2005 Dec 18
1
Showing images secure way
Hello all, I am working a big project for a kind of image storing and sharing website. Whole idea is to be member and store your images on the site and make some of them public. For security reasons; I store images outsite of public and in Administration section def show_image image = Image.find(params[:id]) raise "You are not owner of this image" if image.member != @member