codeigniter-curl
codeigniter-curl copied to clipboard
Sending files with @path format doesn't work fine
The PHP-Curl library uses one special escape sequence to send binary files within the posts request. This '@' character is encoded before submitting the request, then files are sent as a regular POST parameter.