I have a folder inside that folder I have css file and images.. I want to compress that folder in application/x-zip-compressed format. But I am unable to compress it..
What I have tried I compress it in Zip and try to convert the format online..
I checked in google but unable to find a solutions..
I want to upload a folder in this format in my project..
Please help me out !!
What’s so special about “x-zip”? Is it even a “real format” (meaning not something home made), I can’t find it on IANA’s list of “application/*” MIME types.
I had no problems uploading my zip files as static resources made with Winzip, 7Zip, WinRAR, Windows’s native “compressed folder” thingie, Linux’s gzip…
Is your problem specific to OSX or something? Can’t you just install one of many free programs capable of making *.zip archives or use Windows “right click the directory -> Send to -> compressed (zipped) folder”?
Quick Google search brings up stuff like http://createzipfiles.com/ but that means you’re OK uploading your content to $_GOD knows what kind of website…