| Author |
Message |
alex chan
New member Username: Alex_chan9
Post Number: 4 Registered: 09-2007
| | Posted on Thursday, September 06, 2007 - 04:01 am: | |
Hi everyone, I try to use Http Get like the example below to send MMS. However I only received the corrupted jpg file with only 3KB size. Do anyone have some suggestion to solve this problem or I only can use HTTP post to send the jpg file? http://127.0.0.1:8800/?PhoneNumber=xxxxxx& MMSSubject=Message+Subject&MMSText=An+optional+text+part+of+the+message& MMSFile=http://127.0.0.1:8800/logo.jpg Thanks in advance Alex
|
alex chan
New member Username: Alex_chan9
Post Number: 5 Registered: 09-2007
| | Posted on Wednesday, September 12, 2007 - 11:30 am: | |
I fixed the problem by remove the port 8800 for the MSSFILE path |
Bryce Norwood - NowSMS Support
Board Administrator Username: Bryce
Post Number: 7484 Registered: 10-2002
| | Posted on Monday, September 17, 2007 - 10:54 pm: | |
Ok. As a test, it makes sense to verify that any URL that you supply can be opened by a web browser on the same machine. Also note that if NowSMS can't download a URL referenced by an "MMSFILE" parameter, it just skips that component. (There can be multiple MMSFILE parameters to specify multiple MMS message components.) -bn |