Skip to content

Magenaut

  • Home
  • Topics
    • Notes
    • Tutorial
    • Bug fixing
    • Extension
    • Server
  • Q&A
  • Privacy Policy
  • About

file

how resume able file download in asp.net with c# -> best way (for large files too)

September 1, 2022 by Magenaut

see the below handler :

Categories ASP.NET, Q&A Tags asp.net, c#, download, file, resume Leave a comment

How do I generate and send a .zip file to a user in C# ASP.NET?

August 31, 2022 by Magenaut

I need to construct and send a zip to a user.

Categories ASP.NET, Q&A Tags asp.net, c#, file, zip Leave a comment

File Upload Control is not working

August 31, 2022 by Magenaut

File name and extension are empty. Please help.

Categories ASP.NET, Q&A Tags asp.net, controls, file, upload Leave a comment

Generate CSV file in ASP.Net

August 30, 2022 by Magenaut

I am using the code below on an aspx page on button click event to generate csv file. This works when I do not name my file but when I try to use:
Response.AddHeader(“Content-Disposition”, “attachment;filename=myfilename.csv”);

Categories ASP.NET, Q&A Tags asp.net, c#, csv, excel, file Leave a comment

Create text file and download

August 29, 2022 by Magenaut

I’m trying to write to a text file in memory and then download that file without saving the file to the hard disk. I’m using the StringWriter to write the contents:

Categories ASP.NET, Q&A Tags asp.net, c#, download, file Leave a comment

Using Server.MapPath in external C# Classes in ASP.NET

August 27, 2022 by Magenaut

I’m trying to get the absolute path of certain files in a C# class. Server.MapPath works great of course for ASPX and their code-behind pages, but that doesn’t exist in another class file. I tried HostingEnvironment.MapPath(), but that complains that the relative virtual path isn’t allowed. Any thoughts?

Categories ASP.NET, Q&A Tags asp.net, c#, file, path, relative-path Leave a comment

How to read and write a file using Memory Mapped File C#?

August 26, 2022 by Magenaut

I have an image in D Drive like “D:Image1.tiff”. I want to read this file and write it in an another location, for example in the path “D:Project”. How to do this using Memory Mapped File?

Categories ASP.NET, Q&A Tags asp.net, c#, file, memory-mapped-files, visual-studio-2010 Leave a comment

How can I temporarily impersonate a user to open a file?

August 26, 2022 by Magenaut

I would like to temporarily impersonate a domain user account to read in a file on a network drive from an ASP.NET site.

Categories ASP.NET, Q&A Tags asp.net, file, impersonation, security, windows-principal Leave a comment

Is it possible to read .eml files in .net

August 26, 2022 by Magenaut

I would like to know if it is possible to parse .eml and .msg files in dot net (preferably from a memorystream) such that I can use them on an ASP.Net page.

Categories ASP.NET, Q&A Tags asp.net, file, vb.net Leave a comment

Reading only specific columns from a CSV file out of many

August 25, 2022 by Magenaut

I have a CSV file which looks like this basically:

Categories ASP.NET, Q&A Tags asp.net, asp.net-mvc, c#, csv, file Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page13 Next →
  1. michealSmith07 on Is there a way to dynamically refresh the less command?August 21, 2022

    That is a very nice post. I like this post.

  2. anonymous on Fix libwacom9 dependency issue when upgrade DebianJune 27, 2022

    saved my day!! Thanks for the help…

  3. sreedhar on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    Thanks its working

  4. saintnick on Fix libwacom9 dependency issue when upgrade DebianMay 10, 2022

    remove libwacom2 worked for me as well

  5. ranafoul on Fix libwacom9 dependency issue when upgrade DebianApril 22, 2022

    apt remove libwacom2 helped on kali 2022.01. gr8

.net ajax asp.net asp.net-core asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 asp.net-web-api bash c# command-line css custom-post-types custom-taxonomy dataframe dictionary django entity-framework functions gridview html iis javascript jquery json linux list matplotlib numpy pandas php plugin-development plugins posts python python-2.7 python-3.x security shell shell-script sql string vb.net webforms wp-query

© 2026 Magenaut • Built with GeneratePress