Displaying 3 results from an estimated 3 matches for "remote_uploads".
Did you mean:
remote_upload
2006 Aug 03
1
RadRails install plugin problem
Hi,
I''m having a problem installing plugins in the latest version of
radrails running on windows XP.
I used the Plugin window in radrails to select file_column to install
file_column and everything worked ok.
Now i want to install remote_upload plugin which isnt in the plugins
list contained in radrails. So i select plugin from the generators tab
and type remote_upload and hit
2007 Nov 06
3
Urgent!!!! responds_to_parent error
Hello
I am trying to upload a picture and refrecar layer with
responds_to_parent. I have this form
rhtml
------
<% form_for(photo, :url => {:action => "create", :tID => params[:tID] },
:html => { :multipart => true, :target => "uploadFrame", :id =>
''uploadPhotoForm'' }) do |f| -%>
<tr>
<td>
<div
2007 Dec 17
3
not able to view the images after the upload
...d in 0.03459 (28 reqs/sec) | Rendering: 0.00003 (0%) | DB:
0.00000 (0%) | 200 OK
[http://mongrel_cluster_civic/civic/upload/create?iframe_remote=true]
The image is shown as as STRINGIO insted of showing the image name.
My Model is as below..
class Entry < ActiveRecord::Base
require ''remote_uploads.rb''
file_column :image, :magick => {
:versions => { "thumb" => "50x50" }
}
def self.content_columns
filter = %w(created_on updated_on lat lon image lock_version)
super.reject {|c| filter.include? c.name}
end
end
Thanks..
--
P...