Hello!
I have some trouble using socket.read().
Everything works fine as long as the file (which I read) does not exceed the size limit of 260000 bytes.
Is this possible?
I've tried to read the file in chunks into a variable, but as soon as I hit the 260000 limit, the content of the variable is empty.
Can you please help on?
Thank you!!!
Hello all,
sorry for waisting your time with my "problem"... I have solved it.
The problem was not that I have reached a socket size limitation,
in fact I have reached a size limitation of the alert box,
which I have used to display the result of the socket.read().
:-)