|
|
|
|
|
by pak
5907 days ago
|
|
If you're using mod_php, you have to configure a script handler for PUT requests, and then read from stdin in PHP instead of using the superglobals. Is it hard? Not really, but it's not as easy as using $_POST. Here's a tutorial for anybody interested: http://www.phpbuilder.com/manual/en/features.file-upload.put... |
|