Hi,
i got from this forums an axample to send files on the web.
i used it for long time with no problem, but now a my customer is non able to send the files.
i suppose this happens becaus he is not connect directly to internet but via server/proxy....
I am asking if there is same parameter to change to my .prg to solve to problem.
I see (as shown below) in the example the var: INTERNET_OPEN_TYPE_DIRECT 1
my i change this value (1) to other or my i change same other var value !?
the following .prg is little part of my working example in case of direct connecto to the internet.
tks to all
Romeo/Zingoni
*****************
//
// access types for InternetOpen()
//
#define INTERNET_OPEN_TYPE_PRECONFIG 0 // use registry configuration
#define INTERNET_OPEN_TYPE_DIRECT 1 // direct to net
#define INTERNET_OPEN_TYPE_PROXY 3 // via named proxy
#define INTERNET_OPEN_TYPE_PRECONFIG_WITH_NO_AUTOPROXY 4 // prevent using java/script/INS
**********************