我只需要文件的名称,但是当我单击保存按钮时,它有点上传文件(大文件会产生异常),我不希望页面“尝试”上传文件。
标记:
<asp:FileUpload runat="server" ID="txtPDFPath" />
代码背后:
Reference r = new Reference() { R_CatalogNumber = txtCatalogNumber.Text.ToLower(), R_PDFPath = txtPDFPath.FileName.ToLower() };