Access to content disposition header in php
Posted
by johnwards
on Stack Overflow
See other posts from Stack Overflow
or by johnwards
Published on 2010-04-22T07:24:56Z
Indexed on
2010/04/22
7:33 UTC
Read the original article
Hit count: 307
I am doing some debugging in php and I need to take a look at the full headers sent to the server in including the multipart form-data information stored in content disposition.
However apache_request_headers() doesn't return that information.
Any clues?
© Stack Overflow or respective owner