I am showing a jpg picture located on a server, using the webview object. This jpg may change from time to time and it has fixing name "mypic.jpg". In my company's site because the related page is a static one (html), everytime i change the picture i change also the name like "mypic23.jpg", "mypic24.jpg" because some browsers will not change the picture (using the cache) if the filename remains the same, even the content is changed (until you press "refresh-F5").
Do you think that my code (simple webview1.LoadURL("http://.../mypic.jpg")) will have problem and not reload the picture if the picture changes and the filename is fixed?Do i have to do some webview1 clear cache and how?
Do you think that my code (simple webview1.LoadURL("http://.../mypic.jpg")) will have problem and not reload the picture if the picture changes and the filename is fixed?Do i have to do some webview1 clear cache and how?