How do I display all of the POST headers?
What I want to see is all information related to a POSTed file and it's
attributes, sort of like this:
POST /file.php?var=va lue HTTP/1.0
Host: www.domain.com:80
Connection: Keep-Alive
Content-Type: multipart/form-data; boundary=xxxxx
Content-Description: form-data-1
Content-Disposition: inline; filename=file.t xt
Content Length:1221
[Property File]
This is the text of this file.
This is the text of this file.
This is the text of this file.
This is the text of this file.
This is the text of this file.
This is the text of this file.
--
[ Sugapablo ]
[ http://www.sugapablo.com <--music ]
[ http://www.sugapablo.net <--personal ]
[ sugapablo@12jab ber.com <--jabber IM ]
What I want to see is all information related to a POSTed file and it's
attributes, sort of like this:
POST /file.php?var=va lue HTTP/1.0
Host: www.domain.com:80
Connection: Keep-Alive
Content-Type: multipart/form-data; boundary=xxxxx
Content-Description: form-data-1
Content-Disposition: inline; filename=file.t xt
Content Length:1221
[Property File]
This is the text of this file.
This is the text of this file.
This is the text of this file.
This is the text of this file.
This is the text of this file.
This is the text of this file.
--
[ Sugapablo ]
[ http://www.sugapablo.com <--music ]
[ http://www.sugapablo.net <--personal ]
[ sugapablo@12jab ber.com <--jabber IM ]
Comment