Do you know how to use an http post using this code? This code is given by nowsms to use their mms sending but I don't know how to use it in my vb.net application. Here's the code:
POST / HTTP/1.0
Accept: */*
Content-type: multipart/form-data; boundary=”–boundary-border–”
Content-length: xxxxx (size of content part of post)
Authorization: username:password (base64 encoded)
—-boundary-border–
Content-Disposition: form-data; name=“PhoneNumber”
+448080148324
—-boundary-border–
Content-Disposition: form-data; name=”MMSFrom”
sender@domain (or +38484753009)
—-boundary-border–
Content-Disposition: form-data; name=”MMSSubject”
Message Subject
—-boundary-border–
Content-Disposition: form-data; name=”MMSText”
An optional text part of the message.
—-boundary-border–
Content-Disposition: form-data; name=”MMSFile”; filename=”original-filename.ext”
Content-type: Mime/Type
File data goes here
—-boundary-border—-
how to use an http post using this code?
Page 1 of 12 Replies - 157 Views - Last Post: 07 February 2012 - 11:00 AM
Replies To: how to use an http post using this code?
#2
Re: how to use an http post using this code?
Posted 07 February 2012 - 10:56 AM
Don't double post. Wait till someone who's familiar working with that area at least sees your other thread. And just so you know, we can read small letters.
This post has been edited by nK0de: 07 February 2012 - 10:59 AM
#3
Re: how to use an http post using this code?
Posted 07 February 2012 - 11:00 AM
Duplicate thread closed.
Page 1 of 1
|
|

New Topic/Question
This topic is locked



MultiQuote






|