http://bugs.winehq.org/show_bug.cgi?id=27514 --- Comment #4 from mgsoft <iepc.programacion(a)gmail.com> 2011-06-19 12:26:55 CDT --- Demo is here: http://oron.com/vgep7x9iejo2/demo.zip.html Source code: Function Main() LOCAL loHyperlink := TOLEAuto():New( "Microsoft.XmlHttp" ) LOCAL cURL cURL := "http://www.fivetechsoft.com/secure/english/test.php" cURL := cURL + "?first=field1 Hello!!!" // loHyperlink:Open( "POST", cURL, .F. ) loHyperlink:Send( "" ) // Msgalert("Result of cURL"+CRLF+loHyperlink:responseText(),"La URL es: "+curl) // return nil -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.