Closed
Description
php://input doesn't work on multipart file uploads so proxying file uploads won't work.
this can be resolved by putting this into .htaccess (assuming the file is called proxy.php)
<Files proxy.php>
php_value enable_post_data_reading off
</Files>
unfortunately this option can't be changed from inside PHP but it may be useful to note in the documentation
Metadata
Metadata
Assignees
Labels
No labels