使用fileupload更改后刷新图像

时间:2018-05-19 01:01:10

标签: asp.net-mvc image refresh

我正在尝试在“我的帐户页面”上传图片后刷新图片。

我尝试了以下方法,但没有“完全”工作:Is there a way to refresh an image after an ajax file upload in jQuery?

看看会发生什么:

  1. 返回查看后要刷新的代码:<img src="@Url.Content(Model.ImageUrl + (Model.Imagem.Updated ? "?" + DateTime.Now.Ticks : string.Empty)" />

  2. 我使用fileupload上传图片;

  3. 图像已更新,但如果我再次访问其他页面并返回“我的帐户页面”,则图像不会更新(仅当按ctrl + f5时才有效);

0 个答案:

没有答案