weixin_33699914 2015-10-20 08:10 采纳率: 0%
浏览 21

PhoneGap图片更新问题

I am working on a project using Phonegap, i am creating profile page but the issue is that when user uploads new profile picture, picture successfully uploaded to the server, but it does not show updated picture in the profile, instead it shows the previous image, i know it is using the image from cache that was already there. So how can i avoid using the image from cache, i want new image from the server. i used following code in ajax call but it is not working.
cache:false,

  • 写回答

0条回答 默认 最新

    报告相同问题?