Jump to content

Fileupload Control Gets Same Imagename At Once.


soona

Recommended Posts

hi,i am using asp.net with c# versionGenerally, the upload file control will get the whatever images(some different images and sizes) and saved.My doubt:I just create my code:when i upload the image with condition (fixed width and height sizes)its uploaded and saved.but it doesn't get same images(imagename).for example: i uploaded this image "car.gif(200 X 200)" it saved in my created path at once.again i uploaded the same image "car.gif(200 x 200)" it doesn't saved in my created path.actually i doesn't get it the same imagename.why?Please explain and reason for this.....I want to uploaded same imagename with fixed width and height.if it is possible please give some reference page or some sample source also...Please reply as soon as possible..Many thanks

Link to comment
Share on other sites

Are you getting any error messages? You are trying to upload a file to a location that already exists. Either it will cause an error or just overwrite the existing file, I am not sure which without testing it first.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...