hEY NO IDEA ABOUT UPLOADING BUT I CAN GIVE YOU SOMTHING NICE EXTRACTED
FROM JAMES FOXALL'S MICROSOFT VISUAL C# 2005 IN 24HOURS
//the coding part
//showing the dialog box "File Open"
//this is for the click event of the dialog box
if(ofdSelectPicture.ShowDialog()==DialogResult.OK){
picShowPicture.Image=Image.FromFile(ofdSelectPicture.FileName);
}
//In this way you can set an image to an Image control in ASP.net
pages while running try and extend the code to your need............
// Hope this will give you some help......
-Regards
[EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
> Hi guys,
>
> Currently I create project with web base and stuck with this idea.
> I want to ask, how could I create "attachment file control" like in the
> GMail or Yahoo mail ? (I included in the attachment file, thank you in
> advance)
> anyone here have idea like that ?
>
>
>
> B'Rgds
>
>
>
> 一日不见如隔百秋
>
> It's not what you can get but what you can give that makes you a rich person
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web
Services,.NET Remoting" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://cm.megasolutions.net/forums/default.aspx
-~----------~----~----~----~------~----~------~--~---