Hi! I have the same error, but only when I change the resize settings
uploader.settings.resize = {width : size[0], height : size[1], quality : 90};
Plupload Forum → Posts by claudio
Pages 1
Hi! I have the same error, but only when I change the resize settings
uploader.settings.resize = {width : size[0], height : size[1], quality : 90};
Any idea?
@claudio, could you share troublesome image as well?
Here the image
Mike, this is my configuration
uploader = new plupload.Uploader({
runtimes : 'flash',
browse_button : 'pickfiles',
container: 'contenedor',
max_file_size : '20mb',
url : aUrl,
resize : {width : 1280, height : 1280, quality : 90},
flash_swf_url : './as/Plupload.swf',
file_data_name: 'imagen',
chunk_size : '300kb',
multipart: true,
unique_names:false,
multipart_params:{ idProducto : "13",
idAlbum : "4314",
nombreAlbum : "Album Express",
idUsuario : "1",
tool : "",
tipoSubida : "3"
},
filters : [
{title : "Image files", extensions : "jpg"}
]
});
Hello Mike, I did it like you say, but in 1280x1280, an image of 1920x2560 is uploaded in the same resolution. I don' understand why.
I have a problem resizing portrait images. If I have a image of 3240x4320 and I want to resize it to 1280x960 (Width, Height for a landscape Image), plupload doesn't change to 960x1280 automatically. What can I do?
Pages 1
Plupload Forum → Posts by claudio
You are not logged in. Please login or register.
Powered by PunBB, supported by Informer Technologies, Inc.
The pun_repository official extension is installed. Copyright © 2003–2009 PunBB.
Generated in 0.093 seconds (90% PHP - 10% DB) with 5 queries