Topic: new FLASH - upload doesn't start

I do not exactly know, what is the purpose of the error, but I am not able to start uploading. I select files, click !start upload" and nothing happened. I tested this beahviour across all installed browsers (Opera, Chrome, Firefox, IE 8) with no results. I think it's caused by new version of Flash. I tried install older version of flash (9), but in this case whole plupload didn't work. Of course I tried reinstalling 10.1 (with many system restarting). Btw, I user WIN7.
Have anybody same problem?

Re: new FLASH - upload doesn't start

Are the examples on this site working?

Re: new FLASH - upload doesn't start

the flash one doesn't working, others yes

Re: new FLASH - upload doesn't start

i can confirm there is definetely something wrong with Flash 10.1 on Firefox.Opera,Chrome,IE,Safari

it alway keep throwing Error -300 #2038

upload.php is on the same server so i dont know whats happening.

Hey spocke if you need any help testing something specific please let me know. flash on firefox,opera,Chrome is driving me nuts

I think when you dont include property
------------------------------------
resize : {width : GREATR_THAN_ZERO, height : GREATR_THAN_ZERO, quality : 100},
------------------------------------
even if you include above and make it something like this
------------------------------------
resize : {width : 0, height : 0, quality : 100},
------------------------------------
it will always throw up an error.

can someone verify this.

all the examples on this website includes property 'resize' so i think thats why those example are working.

i hope this will help fix the problem if any.

spocke can you get back on this one mate

cheers

jas

Last edited by jas (2010-10-21 03:46:50)