Topic: resize large image does not work with Flash
Hi
I have uploaded 11mb file with Flash uploader. I am using simple below code to resize the images. please check and guide me. when we uploading the 11mb file it's displaying progress bar continue for long time but not display any error or upload the file.
please guide asap.
jQuery('#'+id_flash).pluploadQueue({
// General settings
runtimes : 'flash',
url : jQuery("#URL").val(),
max_file_size : '15mb',
resize : {width :1700 , height : 1700, quality : 90},
unique_names : false,
multi_selection : true,
multipart : false,
multipart_params : false,
urlstream_upload : false,
progress : true,
filters :[{
title : "Image files",
extensions : "jpg,jpeg,png,JPG,JPEG,PNG"
}],
flash_swf_url : .swf file here
});
Please guide me asap
Thanks
rajesh