Saved file attachment can't delete after save, while FileOutputStream in metod FileAttachment.load(String fileName) is not closed.
#8110) Motivation: If all we need is the FileChannel we should better use RandomAccessFile as FileInputStream and FileOutputStream use a finalizer. Modifications: Replace FileInputStream and ...