Posting to a PHP Page

  • Thread starter Thread starter jpontani
  • Start date Start date
J

jpontani

I want to create a desktop app that will post form data to a PHP page.

I've researched it on Google, and couldn't come up with anything helpful.

I can get it to post text form data, but my debacle is that I want to post a
file. I'm not sure how to post file info and actual file data (if need be)
using HttpWebRequest object.

Thanks in advance,
Damian
 
I want to create a desktop app that will post form data to a PHP page.

I've researched it on Google, and couldn't come up with anything
helpful.

I can get it to post text form data, but my debacle is that I want to
post a file. I'm not sure how to post file info and actual file data
(if need be) using HttpWebRequest object.

What kind of file post do you want to implement? A normal one or a
multipart/form-data?

Cheers,
 
Back
Top