Displaying 2 results from an estimated 2 matches for "upload_iframe".
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="sub...
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.