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
Mohit Kapoor
1.6k
94
19.8k
Downloaded files get corrupted
Mar 5 2017 11:14 AM
Files are successfully uploaded in the Local folder but while downloading files get corrupted (dosen't open)
File uploaded successfully !
Code to download(for image file):
Response.Clear();
Response.ContentType = "image/jpeg";
Response.AppendHeader("Content-Disposition", "filename=" + e.CommandArgument + " ");
string filename = e.CommandArgument.ToString();
Response.TransmitFile(Server.MapPath("~/admin/notices/") + filename);
Response.End();
Reply
Answers (
2
)
WordPress integration with ASP.NET
unable to access data assigned you a usercontrol uing web ct