Topic: Facing issue with uploding images on Linux machine

Respected Admin,

I am facing the issue with resize and chunk size option enabled. It is not working for some specific images and on Linux machine, so i am thinking that some issue with client side resize on linux system, where as those images are nicely working with windows, mac etc...
I am using latest version of plupload.

BR,
Sagar

Re: Facing issue with uploding images on Linux machine

Respected Admin,

I just forget to mention in original issue that the issue is with Flash Run Time only.

Re: Facing issue with uploding images on Linux machine

Are you talking about client-side Linux workstation or server?

If you want to see your issue fixed, do not report it here, do it on - GitHub.

Re: Facing issue with uploding images on Linux machine

Hello Davit,

I am talking about client-side Linux workstation.

Re: Facing issue with uploding images on Linux machine

I can confirm that flash resize and upload works in Firefox 3.6 and Chrome 10 on Ubuntu Linux 10.04.  Although I did not test with chunking on as I don't have an easy way to test this.  I used a variation on the custom example that comes with plupload.

Re: Facing issue with uploding images on Linux machine

Hello Mike and Davit,

It is working for me as well but the issue is that it is not working well with certain images.

Re: Facing issue with uploding images on Linux machine

Can you be more specific?

Re: Facing issue with uploding images on Linux machine

Hi Mike,

We have uploaded testing image here
http://www.4shared.com/file/gIJQ0AbL/testimage.html, download the zip file.
This image was working in 1.4.1 previous version , but not working in current version(1.4.2).

Our plupload js configuration here, we are using below parameters.
we don't want to use chunk size option.

$("#flash_uploader").pluploadQueue({
  // General settings
  runtimes : 'flash',
  url : 'upload.php',
  max_file_size : '10mb',
  unique_names : true,
  resize : {width : 1700, height : 1700, quality : 90},
  filters : [
   {title : "Image files", extensions : "jpg,gif,png"},
   {title : "Zip files", extensions : "zip"}
  ],

  // Flash settings
  flash_swf_url : '../js/plupload.flash.swf'
 });

The given image and given configuration not working in when using
Client side Linux workstation

Re: Facing issue with uploding images on Linux machine

Ok, I need to install some linux distro to test this. Hold on.

If you want to see your issue fixed, do not report it here, do it on - GitHub.

Re: Facing issue with uploding images on Linux machine

I've uploaded the image successfully on Firefox 3.6 and Chrome 10 under Ubuntu Linux (10.04 release).

I haven't tried your configuration but I ran it through my application that uses plupload 1.4.2 and a variation on the custom example that comes with plupload.  I may try your config if I have time later this week.  For what it's worth I've never had a problem with plupload (any version) on Linux and not on other operating systems.

Re: Facing issue with uploding images on Linux machine

Hi Davit and Mike

Have you tried with given configuration and with the given image? i am 100% sure that it is not working with given configuration and with given image in Linux distribution, i have fc12.

Linux localhost 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 i686 i386 GNU/Linux

Re: Facing issue with uploding images on Linux machine

I'd suggest you try some of the examples that come with plupload 1.4.2 to narrow down where the problem may be.

Re: Facing issue with uploding images on Linux machine

Yes I did try the sample image (DSCN2528.jpg) through my own app that uses plupload 1.4.2, I had not trouble uploading from a Linux workstation.

Re: Facing issue with uploding images on Linux machine

Ok Mike,

Can you just provide me what kind of configuration you are using  for Flash run-time ? And the second would be the name of the included js files in your example. I am sure that we both have different configuration.

Re: Facing issue with uploding images on Linux machine

Sorry Sagar, didn't notice that you were using the flash runtime exclusively.  Flash is buggier than normal on Linux (it's always been that way) so I would avoid it as your first choice.  Use html5, then flash.  All browsers on Linux support html5 without a problem.

Also you can test client side ability of your Linux browser and various runtimes using the examples provided with plupload (they come in the zip file).  Also the examples run on the plupload web-site unmodified.  You can point your browser at:

http://plupload.com/example_all_runtimes.php

and try out the flash runtime on plupload 1.4.2 to see how it works (I just uploaded your test image successfully using Firefox 3.6 on Linux and the flash runtime on the example page).

But as I mentioned before Flash can be buggy on Linux, I'd go with html5 as your first choice.

Re: Facing issue with uploding images on Linux machine

Hi Mike,

You are right but i believe that you haven't tried with the configuration that i have provided for flash run time.

Second as the same one is working for 1.4.1 and not working 1.4.2, so  i strongly believe that rather then flash issue,  there must be some bug in code.

Thanks,

Re: Facing issue with uploding images on Linux machine

Works for me here with the same configuration neutral

If you want to see your issue fixed, do not report it here, do it on - GitHub.

Re: Facing issue with uploding images on Linux machine

Ok davit,

The i think we all have magical system in our organization smile

Re: Facing issue with uploding images on Linux machine

linux is a pain..

Re: Facing issue with uploding images on Linux machine

If you read the thread you might note that it is not titled properly.  The issue was in fact with the Server Side php and file system configuration.  Linux didn't have anything to do with the problem.