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