Hello,
What I’m trying to do is an upload form with a progress bar using : PHP - Javascript - Flash/ActionScript. I need actionscript & javascript in order to get the file size before uploading. Everything is working fine but when there is a running internet security program such as Kaspersky, the upload progress is not working correctly as it jumps to 100% in 1 sec.
I made a lot of search in order to find a solution and the only one I found is to add the domain that hosts the script to the trusted websites in Kaspersky. Though, it is not the perfect solution if your script is used by a lot of customers who will not be comfortable when I ask them to tell their visitors to add their domains to the trusted list in order to get the progress bar work.
My question, is there anything that I should add to ActionScript or JavaScript codes in order to stop this behaviour from Kaspersky?
If you have Kaspersky you can see the probelm on these pages :
http://demo.swfupload.org/v220/speeddemo/index.php
Any help to solve this issue would be much appreciated.
Thanks in advance.