Using Jquery/Javascript how to pop message in active browser tab when a process is complete in another browser tab(Ex: file uploading in one browser tab). It is MVC application. Please suggest approach, Thanks
Asked
Active
Viewed 22 times
1 Answers
0
I think possible you can try this stackoverflow link or possible look at using signalR to implement your solution, personaly I have never used signalR but believe it should point you to the right solution. The idea would be to send messages to the server that check for any tabs opened by the the user and act according to that. There is also a gihub project called IWC-SignalR that aims to remove the limit of concurrent connection from the same browser using signalR.