我正在尝试在“我的帐户页面”上传图片后刷新图片。
我尝试了以下方法,但没有“完全”工作:Is there a way to refresh an image after an ajax file upload in jQuery?
看看会发生什么:
返回查看后要刷新的代码:<img src="@Url.Content(Model.ImageUrl + (Model.Imagem.Updated ? "?" + DateTime.Now.Ticks : string.Empty)" />
我使用fileupload上传图片;
图像已更新,但如果我再次访问其他页面并返回“我的帐户页面”,则图像不会更新(仅当按ctrl + f5时才有效);