Re: A "1" is inserted before the extension of the attached file when saved it from an email.
Posted By:
John_Zukowski
Posted On:
Tuesday, October 23, 2001 08:03 AM
The setFileName() method of Part isn't expecting directory names. If you are passing in a file from a different directory, you should add code to trim the directory part out and only include the filename piece.