search for: upload_form

Displaying 2 results from an estimated 2 matches for "upload_form".

2006 Apr 24
1
Upload Progress Bar not showing
...end end end end And the ''new'' upload view: <h3>Upload File</h3> <%= form_tag_with_upload_progress %> <p><input type="file" id="upload_file" name="upload[file]"/></p> <%= render :partial => ''upload_form'' %> <p><input type="submit" value="Upload&hellip;"/></p> <%= upload_status_tag %> </form> <p><%= link_to ''&laquo; Show All Uploads'', :action => ''list_uploads'' %></p> Al...
2006 Jan 06
4
Upload Progress Bar Problems
I''m writing an application where the user will be uploading many images and user feedback is essential. I''ve been trying to get the upload progress bar plug-in to work, but thus far have not had any success. I''ve downloaded Sean Treadway''s application code from his site http://sean.treadway.info/demo/upload/ and I followed the steps in his Upload