I can't get my head around this one. I am using AspJpeg to resize images and calling the SaveUnique method to avoid overwriting an existing file.
The object reference of AspJpeg says it will return the unique filename under which the image ends up being saved. How do I fetch the unique filename?
Reponse.Write(File.FileName) returns the orginal file name. Not the new unique filename. I am probably missing the obvious here, but does any one have any pointers?
TIA


Reply With Quote
Bookmarks