TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
viet vo quoc
NA
115
105k
Upload image is ok but it's just a virtual image ???
Oct 30 2011 10:34 PM
I upload some images but it's just virtual images.Someone help me why it like this. This is my code:
protected void Button1_Click(object sender, EventArgs e)
{
string filename = "";
filename = FileUpload1.FileName;
FileUpload1.PostedFile.SaveAs(Server.MapPath("images\\")+filename);
}
and when i run it and then i press "show All files" button .It's just appear.
Like this:
Attachment:
uploadhinhanh.rar
Reply
Answers (
1
)
Need some project about Asp.net web to refer.
Adding new data in DataGrid