PHP Classes

File: fileUploaderTest.php

Recommend this page to a friend!
  Classes of Abhishek Kumar Srivastava   Curl File Uploader   fileUploaderTest.php   Download  
File: fileUploaderTest.php
Role: Auxiliary script
Content type: text/plain
Description: help file for user manual
Class: Curl File Uploader
Upload files via HTTP POST using Curl
Author: By
Last change:
Date: 17 years ago
Size: 46 bytes
 

Contents

Class file image Download
<?php
print_r
($_POST);
print_r($_FILES);
?>