public static string DESEncryptUploadFile(HttpPostedFile fileData, string fileFolder, string filePhysicalPath) { return(f.DESEncryptUploadFile(fileData, fileFolder, filePhysicalPath)); }