Topic: Problem upload with flash & larges files
Hi,
First, thank you for your beautiful work !
I have a strange problem with flash method.
If i upload a file (a flv for example) which is more than 1 mo, i can't upload this file except for image file.
I have a jquery error :
uncaught exception: [Exception... "Could not convert JavaScript argument arg 0 [nsIDOMDocumentFragment.appendChild]" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: /js/jquery-1.4.3.min.js :: anonymous :: line 123" data: no]I have this configuration :
$ajaxUpload = "
jQuery.noConflict();
jQuery(function() {
var uploader = new plupload.Uploader({
runtimes : 'flash',
multi_selection: false,
browse_button : 'pickfiles',
multipart :true,
multipart_params : {check : 'test'},
max_file_size : '100mb',
url : 'upload.php',
resize : {width : 320, height : 240, quality : 90},
flash_swf_url : '/assets/js/pupload/plupload.flash.swf',
filters : [
{title : "Media", extensions : "jpg,gif,png,swf,flv"}
]
});
Best regards,
Matthieu