Problems using enctype=“multipart/form-data” with $_POST variables?

When you set the enctype to multipart/form-data $_POST will be populated (see Demo ).

When you set the enctype to multipart/form-data, $_POST will be populated (see Demo). You are able to access the data via php://input or $HTTP_RAW_POST_DATA alternatively, in case the enctype is not multipart/form-data which might be an alternative for you to access the data.

– Will Coughlin Oct 14 at 1:34 1 @hakre That is not true. You can use $_POST even if the enctype is multipart/form-data. – xdazz Oct 14 at 1:35 @xdazz Like I said, there is a bug.

– Will Coughlin Oct 14 at 1:37 @xdazz, true, my fault. – hakre Oct 14 at 1:39 @Phil, it's corrected, was mixing that with input / raw. – hakre Oct 14 at 1:41.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions


Thank You!
send