When I make bad file sizelimit and I click upload we have error, this is correct. When I make again new file, and I click upload nothing the script doesn't run.
Yeah, I got the same problem in both Firefox and IE. Each time I upload a file > sizeLimit the SWF will error out internally and won't do anything more until the browser is refresh. That is really annoying!!! This need to be FIXED in the FLA file. I was hoping the latest version of Uploadify would fix it, but I guess not. Even when I set simUploadLimit to 8 for example, I'm still not able to upload any smaller file size since it's already error out internally. I even try onSelect and return false to file > sizeLimit, but it still error out quietly. PLEASE HELP FIX THIS ASAP! Here's my setup script. Try it out:
I have it, and I am running IE 8, with Uploadify 2.1.0
Whenever I have a File Size error, it is detected correctly. But then, if I click Select again, I see the file browser. I select some files and click OK. Neither onSelect, onSelectOnce or onError are fired. I added alerts to verify this.
Any help would me most appreciated. If I don't find a solution, I'll have to resort to reloading the page, using Response.Redirect, to fully reset the control.