javascript - IE 10/11 won't call repeating GET requests -
during ajax photo upload, post request sent photo , returned successfully. however, server still has resizing tasks finish before image can displayed. set timeout loop until image can found setting source 1 time server processes image.
all other browsers(chrome/safari/firefox) work great repeating request , find it. ie 10/11 send 1 get, returns 404 , won't send anymore requests.
i've tried ajax requests gets image, same thing.
ideas?
are sure request isn't beingness cached? seek appending random parameter request each get. create browser think you're pulling different uri , not utilize cached response.
e.x. site.com/source?ignoreme=1526353377
if using jquery can set cache: false in $.ajax phone call well. explained above automatically.
javascript html ajax internet-explorer internet-explorer-10
No comments:
Post a Comment