heres what i'm trying to send. when i select an access point after a few seconds an error -15 is returned.
loadVariables("
http://127.0.0.1:1001/Basic/uldl?klCommand=upload&klTrId=1234&klUrl=http://server/receive_data.php?CIx="+_root.CIx+"&CIy="+_root.CIy+"&CIsvg="+"10%2C10%2010%2C37%2E6%2015%2E635%2C37%2E6%2010%2C62%2E6%2026%2E905%2C37%2E6%2066%2E35%2C37%2E6%2066%2E35%2C10%2010%2C10%20"+"&CIcaption="+_root.CIcaption+"&CIpin="+_root.rand+" &klFile=c:\\data\\Others\\app\\MyPictureBack.jpg &klType=image/jpeg", "", "POST" );
this is the actual data thats trying to be sent with the variables replaced with their actual values:
loadVariables("
http://127.0.0.1:1001/Basic/uldl?klCommand=upload&klTrId=1234&klUrl=http://server/receive_data.php?CIx="+10+"&CIy="+10+"&CIsvg="+"10%2C10%2010%2C37%2E6%2015%2E635%2C37%2E6%2010%2C62%2E6%2026%2E905%2C37%2E6%2066%2E35%2C37%2E6%2066%2E35%2C10%2010%2C10%20"+"&CIcaption="+"this is some text"+"&CIpin="+1232456789+" &klFile=c:\\data\\Others\\app\\MyPictureBack.jpg &klType=image/jpeg", "", "POST" );
cheers