Guest
2009-01-23T20:51:59Z
I send a picture using MMS in the manner described. There are no errors. But the file is not being saved. I have checked the permissions and the IUSR account has full permissions to the MMSFiles directory. We the ReceiveMMS.asp file. I think it is something to do with this:
GetMMSFiles Username, Password, MessageId, FileList, "c:\inetpub\vhosts\boop.co.uk\httpdocs\MMSFiles\"
This is the way this line of code is at the moment - nothing gets saved in MMSFiles. We did have this line:
GetMMSFiles Username, Password, MessageId, FileList, "c:\inetpub\vhosts\boop.co.uk\httpdocs\"
in which case MMSFilesPicture0.jpg was saved in the httpdocs directory but with file size 0.

But now we get nothing - not even a file size 0.

How do I fix it?

Seamus
Support
2009-01-26T08:21:55Z
Hi Seamus,

The best way to debug your script is to call it using a web browser, such as Internet Explorer.

In the address bar of the web browser type the URL name of your script followed by the parameters (as supplied by our system).

For example:
http://www.mydomain.com/...ist=image1.jpg,test1.txt 

You will need to use real values for msgid and filelist, to find real values for these parameters open a message in your MMS Inbox of your account.

When you call the script in this way full error information will be displayed in the web browser, allowing you to debug the script.