Re: Out of stack space error in VB when uploading - WeOnlyDo Discussion board

Re: Out of stack space error in VB when uploading (General questions)

by RBosveld, Wednesday, October 20, 2004, 19:26 (7128 days ago) @ RBosveld

Perhaps this also helpfull.
I just did some more testing in that project I posted. I put a Stop statement in every event of wodftpDlx so I could track what events fired and I could debug through the putfile command.
What I found: Directly after I execute the putfile command the statechange event fires. State property is 16, Statetext says Sending data to server . Then the progress event fires once with parameter Position=0 and Total= size of the file. Then a freeze for a few seconds and the out of stack space error occurs.
The problem seems to occur when it tries to initiate the transfer, not when it is already uploading the file and reaches this limit of 32 kb.


Complete thread: