Hello,

i use a HTTPSocket for sending String Data, same like on a HTML Form to PHP.

  form = New Dictionary
  form.value("function") =  DefineEncoding("function1",encodings.UTF8)
form.value("titel") = DefineEncoding(Window1.EditField1.Text,encodings.UTF8)

  Window1.HTTPSocket1.setFormData form
  Window1.HTTPSocket1.post "http://www.server.com/script.php";



Is it possible to send a Image File or other Files (.zip, .gz .dmg) ?

First i try to send a Image from a ImageWell Object

Thanks for Help


Christian
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to