Corbokhan Posted February 11, 2011 Share Posted February 11, 2011 Hello everyone, I have a PHP script allows users to upload a zip file with JPG images to a server. The script unzips the folder and renames it. The issue I am having is in regard to the actual .zip files. When I create a zip file on a Mac, everything works fine, but when I create a compressed file on Windows the script fails. I'm assuming that there is some type of different signature for a Windows .zip folder and a Mac .zip folder. Any suggestions for what I can do? Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/227404-windows-zip-vs-mac-zip/ Share on other sites More sharing options...
lastkarrde Posted February 11, 2011 Share Posted February 11, 2011 .zip is a universal format. There should be no difference. Try another windows archive utility mayby? (I recommend 7-zip) Link to comment https://forums.phpfreaks.com/topic/227404-windows-zip-vs-mac-zip/#findComment-1172990 Share on other sites More sharing options...
Corbokhan Posted February 11, 2011 Author Share Posted February 11, 2011 Great it worked! Thanks a lot! Link to comment https://forums.phpfreaks.com/topic/227404-windows-zip-vs-mac-zip/#findComment-1173010 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.