http://us2.php.net/manual/en/features.file-upload.put-method.php

Hello All,
?I'm trying to use a PUT request to send files to a server. I'm wondering if 
there's a way to return something like a pass/fail code to the stream to catch 
on the other side.

?PHP side I'm using the code in the Example from the link above.. and it works 
great.

On the other side, in case someone has experience with this specifically, even 
thought it's not PHP related, I'm use C#.
newStream = myRequest.GetRequestStream();

newStream.Write(inData, 0, bytesRead);

I was thinking I should be able to get a Response Stream.

Thanks for any help,
Scott

Reply via email to