Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用文件上传控件上传文件。成功上传后,当我查看该页面时,我想在页面上显示该上传的文件,该页面也可以选择下载它。
只需设置带有扩展名的路径和文件名,仅此而已。
<a id="A1" href='path/filename' runat="server" target="_blank"> <asp:Label ID="lblFileName" runat="server" Text='filename'> </asp:Label> </a>