Cannot Upload Video in SwfUpload flash uploader in PHP. I try script as the following already and not working :
$('#swfupload-control').swfupload({
upload_url: "swf/upload-file.php?fname="+ escape($("#cbocateid").val()),
file_post_name: 'uploadfile',
file_size_limit : "102400",
file_types : "*.*",
file_types_description : "All Files",
file_upload_limit : 5,
flash_url : "swf/js/swfupload/swfupload.swf",
button_image_url : 'swf/js/swfupload/wdp_buttons_upload_114x29.png',
button_width : 114,
button_height : 29,
button_placeholder : $('#button')[0],
debug: false
Please help .
Not display any errors on console.
No erorr. upload image is ok but video not working