1

大家好,我有这样的情况......

      AttachmentName:[TextBox] [FileuploadControl] Add

           [Upload]Buton

当用户提供文件名并上传文件名并单击添加时,我想在 GridColumn 中显示附件名称,当他完成并单击上传按钮时,我想将文件保存在此路径中

             string savefilename = Path.Combine(Server.MapPath("~/Upload"),
                                    Path.GetFileName());

我希望上传的文件名是在文本框中输入的附件名...并且我希望将上传文件的 url 保存在数据库中...任何人都可以告诉我如何做到这一点

4

0 回答 0