Displaying 1 result from an estimated 1 matches for "my_file_element".
2005 Dec 31
0
File_column and multiple file select
...sages_for ''entry'' %><br/>
  <!-- p>
    <b>Picture1:</b><br />
  <%= file_column_field "entry1", "image" %>
  </p -->
<!-- The file element -- NOTE: it has an ID -->
    <input type="file" id="my_file_element">
  <p><input type="submit" name="Save" /></p>
<%= end_form_tag %>
Files:
<!-- This is where the output will appear -->
<div id="files_list"></div>
<script>
    <!-- Create an instance of the multiSelector c...