I'm having trouble to download an image file (.gif) HttpUtils2 using:
http://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/
The download process is fine, but if I change the file image with one with the same name, the download stays with the previous picture.
I deleted the file from the cache directory but I had no success.
I found that by changing the ip of my connection in android changing operator or wifi the image changes to the new file that has the same name.
I need to use banner in my app and I only change the image file on FTP for customers to receive the new image. All this without changing the file name and just rewriting the same file with a new image in the FTP.
Because the download remains of the previous file if I already went to the site and changed the image? It is possible to solve this?
http://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/
The download process is fine, but if I change the file image with one with the same name, the download stays with the previous picture.
I deleted the file from the cache directory but I had no success.
I found that by changing the ip of my connection in android changing operator or wifi the image changes to the new file that has the same name.
I need to use banner in my app and I only change the image file on FTP for customers to receive the new image. All this without changing the file name and just rewriting the same file with a new image in the FTP.
Because the download remains of the previous file if I already went to the site and changed the image? It is possible to solve this?