B bluedude Well-Known Member Licensed User Longtime User Dec 28, 2007 #1 Hi, Does anyone have a fully working HTTP upload sample? The included sample does not work it seems. I get a byte error.
Hi, Does anyone have a fully working HTTP upload sample? The included sample does not work it seems. I get a byte error.
T timsteeman Member Licensed User Longtime User Dec 28, 2007 #2 Hi Bluedude, Had the same problem some weeks ago; the solution for the not working of the sample is.... Dim buffer(4096) As byte must be declared as global (so declared in the beginning of the program!)
Hi Bluedude, Had the same problem some weeks ago; the solution for the not working of the sample is.... Dim buffer(4096) As byte must be declared as global (so declared in the beginning of the program!)
Erel B4X founder Staff member Licensed User Longtime User Dec 28, 2007 #3 Thanks timsteeman, the manual will be fixed.