Download
100% FREE
Office Document APIs for .NET
Online: 865
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Bookmarks
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Forums
>
ASP.NET AJAX
>
Loading ...
how to download file using c sharp
Posted by
Sahoo
under
ASP.NET AJAX
on 1/4/2012 |
Points: 10
| Views : 1804 | Status :
[Member]
| Replies : 4
Write New Post
|
Search Forums
|
Resolved Posts
|
Un Answered Posts
|
Forums Home
hi,
Can any body me complete code to download a file using asp.net. my SERVICE RETURNING 200 OK MESSAGE
Reply
|
Reply with Attachment
Alert Moderator
Responses
Posted by:
Jpchoudhari
on: 1/4/2012
[Member]
Starter
|
Points: 25
0
hi
hope this helps u
http://www.codeproject.com/KB/dotnet/FILE_DOWNLOAD.aspx
http://www.c-sharpcorner.com/uploadfile/gnsrinivas1511/webservice-return-the-image-of-the-customer-in-Asp-Net-2-0/
http://forums.asp.net/p/1119431/2601637.aspx#2601637
Kind Regards,
Jay
Sahoo
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Sahoo
on: 1/4/2012
[Member]
Starter
|
Points: 25
0
here is what i het in header
i got 200 ok message not the download box
urget help needed.
Download source file
Sahoo
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Sahoo
on: 1/4/2012
[Member]
Starter
|
Points: 25
0
//String FileName = "Koala.jpg";
//String FilePath = @"uuu\Koala.jpg";
//System.Web.HttpResponse response = System.Web.HttpContext.Current.Response;
//response.ClearContent();
//response.Clear();
//response.ContentType = "Application/octet-stream";
//response.AddHeader("Content-Disposition", "attachment; filename=" + FileName + ";");
//response.TransmitFile(FilePath);
//response.Flush();
//response.End();
my is like this
Sahoo
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Posted by:
Sahoo
on: 1/5/2012
[Member]
Starter
|
Points: 25
0
Please see the attachment of header and guide me.
I know it is challenging .
Sahoo
, if this helps please
login
to
Mark As Answer
. |
Alert Moderator
Login to post response
Latest Posts
Error no value given for one or more required parameters.' select from excelsheet
(0)
New
display data in html table from json file
(1)
Updated
Display record from json file in mvc
(0)
how to know the return type of json object using LogFile in c#
(1)
Upload image having bigger size (20 MB or more) using canvas in HTML5
(1)
Download any file having more than 50 MB size using Javascript on IE
(0)
Congratulations to all monthly winners of Mar 2018
(1)
OST to PST Converter
(2)
More ...