I know there is another thread on this subject but I still face this problem even after using all solutions. Is there any other way to generate zip files? Can i use Ubuntu s
Also make sure that your unzipping process uses:
Zip::ZipFile.open(self.data) do |zipfile|
not
Zip::Zipfile.open(self.data) do |zipfile|
The capital F on ZipFile makes a difference.