All requests | > | Upload code source as zip file | > | Request new recommendation | > | Featured requests | > | No recommendations |
by Colin Sandy Pittendrigh - 1 month ago (2018-07-18)
+1 | I can't figure out how to upload a zip file. Text files with binary data are not permitted. |
0 | by zinsou A.A.E.Moïse 5350 - 1 month ago (2018-07-22) Comment HI I think these features have been disallowed first for security reasons but also to make easier packages validation and nominations.However you can bypass this by converting your binary files into hexadecimal string and save them in plain text format. Then you must create a simple PHP script to do the opposite once the package downloaded eg: file_put_contents('hexversion.txt',bin2Hex(file_get_contents('yourbinaryversion.bin'))); and in your installation script file_put_contents('yourbinaryversion.bin',Hex2bin(file_get_contents('hexversion.txt'))); you can find this maner to process in the suggested package which use this trick to upload .dbf files. |
Recommend package | |
|