Uploading image files with the same name
-
Regarding article submission... Uploading image files with the same name doesn't replace the previous ones with the same name( See here[^]). Zip files are replaced but jpg files are not replaced. I have to rename these files. As a result I have too many of them, wasting space.
Nibu thomas A Developer Code must be written to be read, not by the compiler, but by another human being. http:\\nibuthomas.wordpress.com
-
Regarding article submission... Uploading image files with the same name doesn't replace the previous ones with the same name( See here[^]). Zip files are replaced but jpg files are not replaced. I have to rename these files. As a result I have too many of them, wasting space.
Nibu thomas A Developer Code must be written to be read, not by the compiler, but by another human being. http:\\nibuthomas.wordpress.com
They are replaced. What you are seeing is browser caching. Hit Ctrl + F5 to force your browser to download the new images you uploaded.
cheers, Chris Maunder
CodeProject.com : C++ MVP
-
They are replaced. What you are seeing is browser caching. Hit Ctrl + F5 to force your browser to download the new images you uploaded.
cheers, Chris Maunder
CodeProject.com : C++ MVP
Chris Maunder wrote:
They are replaced.
Lol I thought they were not, now I have a few files ( jpg files ) uploaded because of this. It looks bad to have so many of them wasting space. May be as you said I can just send a mail with the file names. Thanks. :)
Nibu thomas A Developer Code must be written to be read, not by the compiler, but by another human being. http:\\nibuthomas.wordpress.com