1

(4 replies, posted in UI Widget)

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};

2

(11 replies, posted in General discussion)

Done.

https://github.com/moxiecode/plupload/issues/432

3

(11 replies, posted in General discussion)

Any idea?

4

(11 replies, posted in General discussion)

davit wrote:

@claudio, could you share troublesome image as well?

Here the image

http://imageshack.us/photo/my-images/19 … 22131.jpg/

5

(11 replies, posted in General discussion)

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"}
        ]
    });

6

(11 replies, posted in General discussion)

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.

7

(11 replies, posted in General discussion)

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?