PHP-Klasse::Curl File Uploader 14.03.2007

Kurzbeschreibung: Upload files via HTTP POST using curl
Veröffentlicht am: 14.03.2007
Gruppe(n):
- Networking
- HTTP
- Files and Folders
Beschreibung:
This is a simple class that can be used to upload files via the HTTP POST method using the Curl library functions.
It takes the path of a file and executes an HTTP request to send the file to an HTTP server like when using forms to upload files.
Link: Curl File Uploader