php code for geeting paramenter and image from the post request
- by abdulsamad
Hi all
can any one guide me how to get parameter specially image from the given post request.
--0xKhTmLbOuNdArY
Content-Disposition: form-data; name="source"
lighttable
--0xKhTmLbOuNdArY
Content-Disposition: form-data; name="title"
Google (The top search engine).
--0xKhTmLbOuNdArY
Content-Disposition: form-data; name="isbn"
9780077282073
--0xKhTmLbOuNdArY
Content-Disposition: form-data; name="price"
5
--0xKhTmLbOuNdArY
Content-Disposition: form-data; name="condition"
Execlent
--0xKhTmLbOuNdArY
Content-Disposition: form-data; name="media"
Content-Type: image/jpg
Content-Transfer-Encoding: binary
ÿØÿà
NoTE:: ÿØÿà is the image in that request.