funnelweblog / FunnelWeb

FunnelWeb is an open source blog engine targeted at developers
http://funnelweblog.com/
Other
96 stars 55 forks source link

Fixed extracting a zip file issue when uploading files #43

Closed janierdavila closed 11 years ago

janierdavila commented 11 years ago

If you select to unzip your file upload today it won't be unzipped.

The bug was in the check for zip extension. It was checking for "zip" instead of ".zip". Path.GetExtension includes the "."

See "http://msdn.microsoft.com/en-us/library/system.io.path.getextension.aspx"