Hi,
I am referring to http://www.b4x.com/android/forum/th...r-b4j-server-over-the-internet.37201/#content
I want an Upload from mobile devices.
It does not work so far. 127.0.0.1:54021/test gives me timeout, name of my domain with ":54021/test" also timeout.
Now I have some questions:
I asked the sysadmin to open the port. He asked me "name of application?" I said "FileServer" - is this OK?
TCPIP or UDP? TCPIP.
What do I set here?
Sub Process_Globals
Private domain As String = "xxx"
Private token As String = "yyy"
I have a server with ASP and PHP. Is it simpler to create an upload page with PHP? In this case: Do you have sample code somewhere?
Thank you
Peter
I am referring to http://www.b4x.com/android/forum/th...r-b4j-server-over-the-internet.37201/#content
I want an Upload from mobile devices.
It does not work so far. 127.0.0.1:54021/test gives me timeout, name of my domain with ":54021/test" also timeout.
Now I have some questions:
I asked the sysadmin to open the port. He asked me "name of application?" I said "FileServer" - is this OK?
TCPIP or UDP? TCPIP.
What do I set here?
Sub Process_Globals
Private domain As String = "xxx"
Private token As String = "yyy"
I have a server with ASP and PHP. Is it simpler to create an upload page with PHP? In this case: Do you have sample code somewhere?
Thank you
Peter