juliofranco
New Member
I have a image upload tool written in php.Users may chose a file, and it gets uploaded with a certain filename, then if the user regrets chosing that file they may click the file-input and upload another file instead, BUT THE FILENAME IS THE SAME, so the browser caches the first image uploaded. And instead of the second image the browsers display the first one instead, even though it's another image uploaded.Kindof hard to explain...How can I solve this?Thanks