Welcome Guest Search | Active Topics | Members | Log In | Register

image Options · View
raghu_mrm
Posted: Wednesday, May 14, 2008 7:57:41 AM

Rank: Newbie
Groups: Member

Joined: 5/14/2008
Posts: 1
Points: 3
Location: trichy
how can upload image in asp.net with c#

pls sending answer in my email
stoney77
Posted: Thursday, May 15, 2008 10:19:40 PM


Rank: Administration
Groups: Administration

Joined: 9/17/2007
Posts: 14
Points: -11
Location: Nottingham
just use the fileupload control.

Code:
if(fileUploadControl.HasFile)
{
fileUploadControl.SaveFile(filename);
}


Agilis Software Forum Administrator
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.1 (NET v2.0) - 9/10/2007
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.079 seconds.