NuSphere Forums Forum Index
NuSphere Forums


Sun Sep 13, 2009 8:29 am
Replies: 1
Views: 5542
correct is this:


if($fp = fopen("4000768.jpg", "r")){
$image = "";
while (!feof($fp)){
$image .= fread($fp, ...

Mon Aug 31, 2009 7:20 am
Replies: 1
Views: 5542
Hi,

I am currently very new to the use of nusoap.

I tried to send an image from the client doing this:


$file = "Foto.jpg";
if($fp = fopen($file,"rb", 0)&# ...
Page 1 of 1
All times are GMT - 5 Hours