Re: Unable to Load another Page while an Azure Upload is ongoing
HiIn my opinion, we can use background task to achieve this scenario, if we upload the file in background task, the web site will bot blocked, refer...
View ArticleRe: Unable to Load another Page while an Azure Upload is ongoing
Hi,Likely session locking. If not writing to session variables try to set the readonly mode (throught the @page directive for Web Forms or with the SessionState attribute for MVC) and see if it goes...
View ArticleRe: Unable to Load another Page while an Azure Upload is ongoing
Hi,I don't recall seeing such behavior. Does it work when you open 2 different browsers? Not just 2 different tabs.Is there some process for the uploading part that locks something or acts as a...
View ArticleUnable to Load another Page while an Azure Upload is ongoing
Hey guys! I realized that I can't load another page in the same ASP.NET project of mine on another tab while an image upload to my Azure Web Storage is ongoing on the first browser tab. I uploaded an...
View Article