Displaying 2 results from an estimated 2 matches for "iframe_remote".
2007 Dec 17
3
not able to view the images after the upload
...n my show action.
can any one please help??
THIS IS MY LOG as to what happens when i do the image upload.
Processing UploadController#create (for 127.0.0.1 at 2007-12-17
11:39:44) [POST]
Session ID: f385bac4321f9e08c5b50f5ac2d345a6
Parameters: {"commit"=>"Create", "iframe_remote"=>"true",
"action"=>"create", "controller"=>"upload",
"entry"=>{"lon"=>"77.620006105957", "name"=>"hebbal",
"comments"=>"test", "image_temp"=&g...
2006 Jul 22
17
Problem getting form_remote_tag to work with image upload
Hey guys,
I am trying to pass the parameters for the file being upload, but the
params[] are not being passed. Ive read through some posts and realize
this is an issue with RoR.
I read through some of the posts and someone suggested using:
http://svn.kylemaxwell.com/form_remote_upload/trunk/
I tried to install it, and although I thought I installed it correctly,
it doesn''t work.