public static void UploadFile(string uploadURL, string fileGroup, string fileType, string filePath, string specialPath, string userName, UploadMethod method) { string uploadType = GetUploadType(method); HttpUploader.UploadInternal(uploadURL, fileGroup, fileType, filePath, specialPath, userName, uploadType); }