Displaying 1 result from an estimated 1 matches for "divfileprogresscontainer".
2010 Sep 09
1
406 Not Acceptable with swfupload
...handler : uploadError,
upload_success_handler : uploadSuccess,
upload_complete_handler : uploadComplete,
post_params : {
authenticity_token : ''<%= u form_authenticity_token -%>'',
},
custom_settings : {
upload_target : ''divFileProgressContainer'',
},
debug: false
});
};
</script>
<div style="margin: 0px 10px;">
<div>
<% form_for(@asset) do |f| %>
<fieldset>
<div id="divStatus">0 Files Uploaded</div>
<div>...