Voting

: min(nine, nine)?
(Example: nine)

The Note You're Voting On

Anonymous
10 years ago
In PHP 5.4+ you can read multipart data via php://input if you set enable_post_data_reading to Off.

Of course if you set it to off, the $_POST and $_FILES superglobals won't be populated at all. It's entirely up to you to parse the data now.

<< Back to user notes page

To Top