Displaying 1 result from an estimated 1 matches for "validate_charts_fil".
Did you mean:
  validate_charts_file
  
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=&q...