codeigniter-curl icon indicating copy to clipboard operation
codeigniter-curl copied to clipboard

Sending files with @path format doesn't work fine

Open nightarcherbr opened this issue 13 years ago • 0 comments

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.

nightarcherbr avatar Feb 27 '12 17:02 nightarcherbr