Unzipping Files on Server

Discussion in 'ASP.NET / ASP.NET Core' started by erniethomason, Mar 30, 2009.

  1. I'm sure this has been asked before, but my forum search isn't returning any results, so here I go...

    I'd like to unzip a file on the server. I use ASP.NET. What are my options? (The simplier the better, of course. The zip file could come from PC/Mac, etc.)

    If using a 3rd party DLL is a viable option, can someone recommend one?

    Thanks,
    Ernie
     
  2. mjp

    mjp

    I'm afraid we do not allow zip/unzip on the servers. Those processes are very resource intensive, and they open some security risks.
     

Share This Page