开发者

How to attach the file

Using ASP.Net, VB.Net

In my web page, i want to attach开发者_Python百科 the file.

How to attach the file

Need code help


anishmarokey might be referring to the FileUpload control.


you can use asp upload control

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.fileupload.aspx


Alternatively, you can use input tag in HTML with type=file to create file upload object with a text box and Browse button.

For Ex. <input type="file">

More information at this MSDN article

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜