You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
457 B

11 months ago
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web.UI.WebControls;
namespace BLL
{
public class MyComm
{
/// <summary>
/// 上传文件文件名要求唯一上传成功显示文件名如123.jpg,否则返回 false;
/// </summary>
/// <param name="fload">上传组件</param>
/// <param name="path">指定的路径 ,总是以“/”结尾</param>