I have a problem when upload a file for the second time with some modifications on internet explorer with javascript, modifications aren't applied, but it works on Firefox. how can i resolve this problem please ?
i tried this META to deactivate cache
<META HTTP-EQUIV="Pragma" CONTENT="no-cache"/>
<META HTTP-EQUIV="Expires" CONTENT="-1"/>
Thank you
[Internet Explorer Caching File Uploads?](http://stackoverflow.com/questions/29396572/internet-explorer-caching-file-uploads) – Orchan Magramov Feb 01 '17 at 10:01