|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
helo,
i m developing a mail form on which there are typical fields like from, to, message, attachment etc now i want to do following : for attachment facality, i want tu put a dropdown list box and a add button when user clicks add button the browse file window popups and the file selected by user is added to that dropdown list box. user can add more than one files and all the files are added to the dropdown list box. and when user click send button to send the mail all the items in dropdown list box are attached to the mail and sent. please can anybody help me. thanks regards jignesh_it |
|
#2
|
|||
|
|||
|
Is this a web application or a desktop application. If its a web app, is your desired interface absolutely required? Most web mail apps use multiple htmlInputFile controls for multiple files. The following links may help you:
http://www.4guysfromrolla.com/webtech/091201-1.shtml http://www.codeproject.com/aspnet/fileupload.asp http://www.aspheute.com/english/20000802.asp http://www.wimdows.net/articles/article.aspx?aid=4 If this is a desktop application, you should be able to use an open file dialog to select multiple files and then populate your list programmatically. See this link for info on the open file dialog: http://www.startvbdotnet.com/controls/dialog.aspx. HTH |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > very very urgent please |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|