I am using uploadify. when i try to open the page with uploadify script the page is crashed. I using this for a long time. but now only I am getting the error.
Its happening only in chrome. Its working perfectly in firefox, safari, and IE.
I searched through the google and find a solution like disable cache in the browser(working). But its not the best way to do this in the client browser. Is there any way to disable cache for the specific page using htaccess?
I tried the following in the htaccess. but no use.
<Files jquery.uploadify.js>
ExpiresDefault "access plus 0 seconds"
</Files>
Please suggest me to solve this problem.