Displaying 9 results from an estimated 9 matches for "form_remote_upload".
2006 Apr 12
3
form_remote_upload
Hey all,
I just upgraded rails to 1.1.2, and form_remote_upload now prevents my
application.rhtml layout from being processed. I''m not sure if the problem
lies with v 1.1.2, or if upgrading the gems screwed stuff up. Anybody have
any ideas?
Rob
--
c++: the power, elegance and simplicity of a hand grenade
-------------- next part --------------
An H...
2006 Mar 31
4
form_remote_upload and rjs
I am using Kyle Maxwell''s form_remote_upload plugin with Rails 1.1, and
I cannot seem to get any code from my rjs template to execute.
The template works fine without the upload (if I remove '':html =>
{:multipart => true}'' from the form_remote_tag), but with the upload
nothing happens.
I have put ''<sc...
2006 Feb 12
7
form_remote_upload plugin
...orks nicely with file_column :). Currently, it
only works with RJS templates (no :update option), and I only
implemented the :loading callback. Patches are welcome to flesh out
the functionality, but I''m sharing it now because it''s still quite
useful.
http://svn.kylemaxwell.com/form_remote_upload/trunk
Patches, bugs, etc via email or at dev.kylemaxwell.com
--
Kyle Maxwell
Chief Technologist
E Factor Media // FN Interactive
kyle@efactormedia.com
1-866-263-3261
2006 Jul 03
7
form_remote_tag with multipart/form-data
Does form_remote_tag supports multipart/form-data ?
My form looks like this:
<%= form_remote_tag :url => { :action => ''do_image_upload'' },
:html => { :enctype => ''multipart/form-data'' } %>
<%= file_field ''image'', ''file_data'', :size => 32 %>
<%= submit_tag
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.
I''m using Rails 1.1 .
Anyone been able to get this working. Solutions very welcome. :)
--
Posted via http://www.ruby-forum.com/.
2006 Apr 14
1
How to upload file together with other form data?
I have the need to create such an item in the articles database:
The article item has fields such as:title,body,etc,and also,it has an
imgUrl field which indicates the image coresponding to the article.
And now it is necessary to create the article item with all the fields
filled at one time,then I have to submit the data of the fields except
for the imgUrl and the data of a file upload
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 with my rjs template not being able to access div''s on the main
page. Any pointers would be appreciated....
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 with my rjs template not being able to access div''s on the main
page. Any pointers would be appreciated....
2006 Feb 04
5
file_column + form_remote_tag
For my weekend project, I''m going to get form_remote_tag and
file_column playing happily together. According to my research, no
one has done this yet. If you happen to have tried this, and have
some workable code, send me an email. I''d rather not duplicate the
effort.
Thanks!
--
Kyle Maxwell
Chief Technologist
E Factor Media // FN Interactive
kyle@efactormedia.com