Displaying 1 result from an estimated 1 matches for "upload_chart".
Did you mean:
  upload_charts
  
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" class="button_light" value="Upload"
/>
</fo...