Stores an attachment that lives in the given file. If the attachment did not exist previously, this method will create it. If it did exist, it stores a new version.
@param att Attachment to store this under.
@param source A file to read from.
@throws IOException If writing the attachment failed.
@throws ProviderException If something else went wrong.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.