S
Sandeep Singh Sekhon
I am developing an application in ASP.NET 1.1. on one page I allow the
user to upload and delete the files to the server.
When I delete the file, I physically delete the file from the location.
Then I again prompt the user to load a new file but I save the file with
the same name the earlier image file had been saved. The problem is that
when I again upload the page through Response.Redirect after uploading,
it is showing the same image it was showing before deletion whereas in
that location on server, there is another image. How my view of the
image in the Image Control will change when a new picture has come.
Please give me any suggestion. All your suggestion are welcome.
Thanks in advance
Thanks,
Sandeep S. Sekhon
user to upload and delete the files to the server.
When I delete the file, I physically delete the file from the location.
Then I again prompt the user to load a new file but I save the file with
the same name the earlier image file had been saved. The problem is that
when I again upload the page through Response.Redirect after uploading,
it is showing the same image it was showing before deletion whereas in
that location on server, there is another image. How my view of the
image in the Image Control will change when a new picture has come.
Please give me any suggestion. All your suggestion are welcome.
Thanks in advance
Thanks,
Sandeep S. Sekhon