Posted by Jim Guerber on February 21, 2013 at 09:23:59:
In Reply to: XAPLOG - ERR Winsock(10038) on send ? posted by Frank Caton on February 20, 2013 at 16:56:49:
An error 10038 on send is fairly common. It indicates that the other side (browser) has closed the connection before the send could be completed. It may be associated with the webserve send of favicon etc.
Sending an email could take quite a long time relative to the connection time tolerated between browser and web server.
Try this (not tested by us): close(0) before sending the email. The xap session will be terminated, but the program should continue to run.
Of course, this would not work if you want to put out some sort of notification about the email to the browser.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.