response.transmitfile Questions

7

Solved

I'm currently using a HttpResponse to download files from my Server. I already have a couple functions being used to download Excel/Word files, but I'm having trouble getting my simple Text file (....

1

I am interested in porting some code to ASP.NET Core and wanted to know the most efficient way to send files, aka "download" files, from an ASP.NET Core web service. With my old ASP.NET code, I wa...

5

I'm trying to send an xlsx file by using Response.Clear(); Response.AddHeader("Content-Disposition", "attachment; filename=" + fileName); Response.AddHeader("Content-Length", file.Length.ToString(...
Marentic asked 20/3, 2012 at 15:43

2

Solved

I have to implement GEDCOM export in my site. My .net code created one file at server when export to gedcom clicked. Then I need to download it to client from server, as well as user should be as...
Bilbo asked 22/4, 2010 at 4:38
1

© 2022 - 2024 — McMap. All rights reserved.