Displaying 1 result from an estimated 1 matches for "attachment_file".
Did you mean:
attachment_field
2011 Jul 07
0
Question of uploading large file using carrierwave, uploadify and nginx upload module
...ew uploading form uses the uploadify basic example javascript
code. (http://www.uploadify.com/documentation/)
_form.html.haml
= javascript_include_tag ''swfobject.js'', ''jquery.uploadify.v2.1.4.min.js''
:javascript
$(document).ready(function() {
$(''#attachment_file'').click(function(event){
event.preventDefault();
});
$(''#attachment_file'').uploadify({
buttonText: ''Select files'',
uploader: ''/uploadify/uploadify.swf'',
cancelImg: ''/uploadify/cancel.png'',...