Copies the file to Cloud Files, keeping the original file name in Cloud Files.
@param container The name of the container to place the file in
@param obj The File to transfer
@param contentType The file's MIME type
@return The ETAG if the save was successful, null otherwise
@throws IOException There was an IO error doing network communication
@throws HttpException There was an error with the http protocol
@throws FilesException
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.