i have a Web services that i build in ASP

i need to pass byte array parameter or stream to consume the web service?

are php can convert uploaded file into byte array or stream?

please help me
thx

print_r(unpack("H*","The quick fox jumped over the lazy brown dog"))

Array ( [1] => 54686520717569636b20666f78206a756d706564206f76657220746865206c617a792062726f776e20646f67 )
T = 0x54, h = 0x68, ...

You can split the result into two-hex-character chunks if necessary.
Source

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.