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.
大家好,我如何在文件上传控件中设置路径,我将从数据库中获取路径,我需要在页面加载或其他方法的文件上传中显示它。有人可以告诉我如何实现这一目标
<asp:FileUpload ID="FileUpload1" runat="server" />
在我的页面加载中,有一个代码将从 db 中检索路径,我需要在 fileupload 控件上显示该路径作为其路径
这有点难找,但答案在这里
将文件路径分配给 FileUpload 控件
表示由于安全原因不可能,并提供了使用标签的替代方法。