webmaster wrote:
I am trying to upload a file to a remote server using curl and post method
here is what I have:
$file = $dir."".$dbfile[0];
$this->invoiceno = $dbfile[1];
$uploadpath = "http://www.website.com;
$postvar = array ();
$postvar['cboFileType'] = "837";
$postv
I am trying to upload a file to a remote server using curl and post method
here is what I have:
$file = $dir."".$dbfile[0];
$this->invoiceno = $dbfile[1];
$uploadpath = "http://www.website.com;
$postvar = array ();
$postvar['cboFileType'] = "837";
$postvar['txtDesc'] = "I
2 matches
Mail list logo