Resource icon

Remove Editor Image Resizer 1.0.0

No permission to download
  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
ragtek,

What are you using to create your zip packages at the moment?

I can't seem to open them in Windows:

error.webp


I do normally use 7Zip and that works fine - just seems really odd that Windows doesn't.
 
hm strange

i'm using the ZipArchive Class from php

/** @var $zip ZipArchive */
$zip = new ZipArchive();

and it's working fine for me on win7 with winrar
 
What about opening the Zip on Windows 7 using Windows Explorer? I think if you Right Click and Extract All.. that should load the default Windows zip handler.

I thought it was the long file name but even if I shorten it, it fails.

EDIT: I'm going to try and unzip it with ZipArchive, I'm doing some experimenting with that at the moment...

EDIT2: Odd - it fails extracting with ZipArchive too...
 
ok i can confirm that it's not working with win explorer:(
What about extracting it with your ZipArchive class, as I can't get that to work either.

That's running in PHP 5.3, Apache 2.2 on WAMP...
 
Top Bottom