i3laze
Results 1 - 2 of 2
byi3laze, October 20, 2009
byi3laze, May 29, 2009
The subject is the easiest solution to share all your files & subfolders with one click (with permissions!).
Had an interesting issue on deployment:
My site's codepage is UTF8. All my stored files are named with cp1251 codepage (windows-1251, cyrillic). So i spent some hours patching VFM with:
echo iconv('windows-1251', 'utf-8', $entry['title']);
Unfortunatelly, ZIP-function doesn't work for checkboxed files&folders with non-Latin names (checked this function after patching, so i'm not sure about original VFM).
Had an interesting issue on deployment:
My site's codepage is UTF8. All my stored files are named with cp1251 codepage (windows-1251, cyrillic). So i spent some hours patching VFM with:
echo iconv('windows-1251', 'utf-8', $entry['title']);
Unfortunatelly, ZIP-function doesn't work for checkboxed files&folders with non-Latin names (checked this function after patching, so i'm not sure about original VFM).



