>From: Sivakatirswami <[EMAIL PROTECTED]>
---
>3) How does one go about implementing progress bars and feedback from the
>libURL handlers? Do we need to go in and add code ourselves? Seems like that
>kind of tampering by a novice could be dangerous, ...so, does libURL send
>messages that we can trap for? and if so, what are they? Basically all I
>want is something really simple..."OK, your FTP upload worked. Done." or
>"Sorry, problem, your FTP upload didn't work" Downloads are
>transparent...either you see the data/file you tried to fetch or not... but
>uploads are "mysterious" without feedback.
I do this with load url by repeatedly (every 0.2 seconds or so)
sending a message to my stack to check the urlStatus and then
converting the "loading x,y" to a number, which then sets the scroll
of a progressbar. I am not sure if there is a parallel for
urlStatus() for FTP, but I'm going to have to find out for myself
pretty soon.
--
Mark J. Luetzelschwab [EMAIL PROTECTED]
Texas Center for (v) (512) 232 6034
Reading and Language Arts (f) (512) 232 2322
http://www.texasreading.org
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.