php code for geeting paramenter and image from the post request

Posted by abdulsamad on Stack Overflow See other posts from Stack Overflow or by abdulsamad
Published on 2010-03-31T14:22:14Z Indexed on 2010/03/31 15:33 UTC
Read the original article Hit count: 227

Filed under:
|
|

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about objective-c