Posted by f3l on 12/06/06 19:13
f3l wrote:
> need snoopy samples for file POST upload
<?php
include('Snoopy.class.php');
$n=new Snoopy();
$n->set_submit_multipart();
$n->submit(
'[your url here]',
array('[basename filename]'=>'[full path filename]')
);
echo($n->results);
?>
Navigation:
[Reply to this message]
|