Does Ajax request will affect on server side?
Suppose we sent a request to the server to delete a file, using ajax. After sending that request we close our browser window. Does this request will delete that file? If yes then how? And if no then how?
Suppose we sent a request to the server to delete a file, using ajax. After sending that request we close our browser window. Does this request will delete that file? If yes then how? And if no then how?