Answer the question
In order to leave comments, you need to log in
How to accept byte[] in $_POST?
Hello, I am passing a Byte[] variable from a Unity application, like this:
WWWForm form = new WWWForm();
form.AddBinaryData("Test", testByte);
WWW www = new WWW("...", form);
yield return www;
$test= $_POST['Test'];
form.AddField("Test", TestString);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question