PHP Classes
elePHPant
Icontem

Upload code source as zip file: I can't figure out how to upload a zip file.

Recommend this page to a friend!
  All requests RSS feed  >  Upload code source as zip file  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

Upload code source as zip file

Edit

by Colin Sandy Pittendrigh - 1 month ago (2018-07-18)

I can't figure out how to upload a zip file.

This request is clear and relevant.
This request is not clear or is not relevant.

+1

I can't figure out how to upload a zip file. Text files with binary data are not permitted.

Ask clarification

1 Recommendation

PHP Light DbaseToSql: Import Dbase files and generate MySQL dump files

This recommendation solves the problem.
This recommendation does not solve the problem.

0

by zinsou A.A.E.Moïse package author package author Reputation 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
: 
: