I have a file called img.gif. With fileupload, it does not seem to be uploading the new file properly as the old .gif still exist.
FileUpld.SaveAs(uploadfile);
Any ideas?
I have a file called img.gif. With fileupload, it does not seem to be uploading the new file properly as the old .gif still exist.
FileUpld.SaveAs(uploadfile);
Any ideas?
When I was facing this type of problem I always rename my file name as auto-increment from 1 to n.
i.e. img1.gif, img2.gif, img3.gif.
Try this one may be this one is helpful.