string url = Request.FilePath.ToString();
string file = url.Substring(url.LastIndexOf("/") + 1);

相关文章: