similar to: Ajax - attachment_fu - rmagick and iframe

Displaying 20 results from an estimated 90 matches similar to: "Ajax - attachment_fu - rmagick and iframe"

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
2005 Dec 08
5
perl module
Hi list, I have trouble install the following perl modules to my Centos 4.2 server and I need help Digest::SHA1 Digest::HMAC Net::DNS Time::HiRes HTML::Tagset HTML::Parser Pod::Usage Parse::Syslog Statistics::Distributions I tried "perl -MCPAN -e shell" and then "install Pod::Usage" and I got the following errors: CPAN: Storable loaded ok Going to read /root/.cpan/Metadata
2009 Mar 18
1
Ajax file upload with remote_form_tag
when I tried below, it worked <form target="upload_iframe" action="/profile/validate_charts_file" id="upload_charts" method="post" enctype="multipart/form-data"> <input type="file" name="charts_file" id="filename" /> <input type="button" name="submit"
2006 Apr 28
0
available: google sitemap for rails project
Hi, Google Sitemaps (https://www.google.com/webmasters/sitemaps/) is a way to help Google''s crawler on your website. I''ve published a little script to generate, from a rails project, a urllist file usable with the Google sitemap generator. You drop the script in your RAILS_ROOT/lib directory, edit it to set the base url, and you''re set. Run it with ruby script/runner
2009 Aug 13
0
Efficiently Extracting Meta Data from TM Corpora
I'm using text miner (the "tm" package) to process large numbers of blog and message board postings (about 245,000). Does anyone have any advice for how to efficiently extract the meta data from a corpus of this size? TM does a great job of using MPI for many functions (e.g. tmMap) which greatly speed up the processing. However, the "meta" function that I need does not
2006 Aug 03
0
iframe id
If a parent opened an iframe window, is there a way to determine what my the id of the iframe window is inside the iframe. -- Posted via http://www.ruby-forum.com/.
2006 Jul 13
2
Iframe upload indicator
I''m using the iframe trick to upload files with form_tag and a target pointing to the iframe. All is working, but I would like to display an indicator of the upload. All I want to do is show a hidden animated gif via Element.show. With form_remote_tag, i could use the :loading and :complete callbacks to do an Element.show and Element.hide. How do I achieve a similar effect with form_tag?
2006 Jun 07
1
Ajax Pan - IFrame
I want to make an IFRAME or some kind of AJax app that will pan an external page. Also allow for zooming. Can this be done in Ruby on Rails? -- Posted via http://www.ruby-forum.com/.
2006 Apr 18
0
Upload a file through an iFrame
Anybody here have any experience uploading a file via a hidden iframe for that "ajax fresh good feel"? Previously I was using the plugin form_remote_plugin (http://svn.kylemaxwell.com/form_remote_upload/trunk/) which was working like a dream until our sys admin updated rails to 1.1.2. I''ve made a form that can submit the file to an iframe, but now I''m having trouble
2006 Apr 18
0
iFrame File Upload
Anybody here have any experience uploading a file via a hidden iframe for that "ajax fresh good feel"? Previously I was using the plugin form_remote_plugin ( http://svn.kylemaxwell.com/form_remote_upload/trunk/) which was working like a dream until our sys admin updated rails to 1.1.2. I''ve made a form that can submit the file to an iframe, but now I''m having trouble
2010 Apr 02
1
Form Authenticity Token Error generated from iframe
Hi, Iam trying to link my app from another site. I have used iframes and a form is being loaded in the iframe embeded in another site outside my rails app. So when the user submits this form it should effectively take me to the application site with the post data... iam getting authenticity token error while doing this.. can anyone guide me how to achieve the objective... thnks Nisha -- You
2006 Sep 23
1
IFRAME being reloaded after each sortable move
When an IFRAME is included inside a sortable element it gets reloaded each time you move the element with your mouse to changing its position when sorting. The bug is only valid in Firefox 1.5 - there is no such behaviour in IE. This bug''s ticket can be found at: http://dev.rubyonrails.org/ticket/3835 Anyone know a workaround or even a bugfix? Help would be much appreciated.
2007 Nov 09
0
iframe is reloading during each sortable drag/drop point
We are creating a simple widget portal for our site and trying to use Sortables. Each of our widgets is an iframe. But when you try to drag an element containing an iframe the Sortables api causes the iframe to reload at each possible drop point. This causes the ui to shutter and become unusable. I have narrowed the issue down the onEmptyHover where dropon.insertBefore is called. Is there a
2008 Mar 23
2
Facebook, Google Map, iframe?
Hello, I want to write an application for Facebook, which need to use Google maps. Also I want to use a standart forms for comments, invites, etc..., but as i know it''s imposible because if i want to use Google MAPs i can''t use FBML. Please recommend me a way how to organize comments,ivites,photo upload and GMAP in one application? Is there is only one way to do it - use
2008 Jan 31
0
Element.Fire on window.parent.document from iframe (fails in Opera)
I wanted to create an iframe that could be included on any page for uploading images, without determining the parent behaviour at all from within the iframe. The iframe include just checks if there was an image loaded, and does this to pass upload information to the parent (this only fires when an image was uploaded): $(window.parent.document).fire(''image:uploaded'',
2007 Sep 26
0
Effect.Slide(Down|Up) with iframe display error in Firefox
See http://208.78.99.133/slide-firefox-bug.html In summary, when attempting to use Slide(Down|Up) with an iframe, Firefox displays the animation incorrectly by showing the part of the iframe that should hidden when the animation is going. This works fine in IE and Opera. Suggestions? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2007 Oct 30
2
Rfacebook: iFrame vs FBML Question
I''d like for URLs like http://apps.facebook.com/myapp/foo/bar/100 to map to http://mysite.com/foo/bar/1. Is this at all possible if my site is running as an iFrame? Or is this possible only with FBML? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2007 Jun 27
0
IFRAME
Hai I am newbie for Rails I have one question, I have one IFRAME ,and i have one action called refer.rhtml what my question is,I want to refresh the iframe content because i have one grid in refer.rhtml and another one page which is present inside the iframe, If i click the link present in the grid page at the time i want to display the content ,when i click the link,there will be one html page
2006 Jan 29
1
Works with iframe, but not ajax... ?!?
Hello all, I''ve run into trouble attempting to replicate something in ajax that worked when done with an iframe... In both cases I have a table inside a div that is being periodically refreshed every few seconds... The 1st column of each row in the table contains a link to a DHTML popup menu. I have the popup menu working in the ajax version. The problem is that in the ajax version
2007 Nov 09
1
ruby on rails + ajax + iframe image uploader
hi, I write a page that contain following function: this site contain a html file upload control, which allow user to upload image only. once the image had been uploaded, it will automatic display on the current page without refresh entire page. when the image is saved, it will return javascript that embed in a iframe (which is also in my current page) that can load the image into my page (