I have a form where there is image, at the first time it displays the defualt image,when
the user uploads image, the new image appears. But when the user get out from this page and get in again and upload another image the same old image is still there. Its that when i upload image i give it id of employee. The same old image is there even if i render it in another page,although in the folder where the images are uploaded are changed with new image.
i would like to note that i am using windows vista, the desitination of upload is "E:\myporject\...", but the url of image is "../images/employees/123.jpg",
the image is being saved to the folder of development but the url of image is from the virtual path, even when i restart the computer and the visual studio, and the whole website its still there with the same old image.
plz help, how can i upload many images and give them the same name and only the last one is displayed in my application.
Thanks in advance.