search for: button_light

Displaying 1 result from an estimated 1 matches for "button_light".

2009 Mar 18
1
Ajax file upload with remote_form_tag
...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" /> </form> <iframe id="upload_iframe" name="upload_frame" style="display: none"></iframe> I could receive the file at server end through params[:charts_file]. Now i wanted to have it ajax so I just added the '...