> > Hi Scott, > > It seems to me that the PUT URL is by nature a blocking command, and > therefore not able to be 'multi-tasked'. In otherwords, the handler stops > and waits for a result before proceeding. You might check with > Dave on this, > but my thinking is 'not possible in libURL' -- course I could be wrong. > Chipp's right. Use load url to get non blocking download and the ability to use urlStatus(). Checkout the downloadNGo stack used by tools.metacard.com
Cheers Monte > Of course, you could 'roll your own' if you wanted to. > > -Chipp > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Scott Rossi > > Sent: Thursday, June 26, 2003 3:30 PM > > To: [EMAIL PROTECTED] > > Subject: "Put URL" Progress? > > > > > > Is there a way to get/monitor the K downloaded when using the > method "put > > url DATA1 into url DATA2"? > > > > I know this possible using libURL and libUrlFtpUpload, but how > about "put > > url"? > > > > Thanks & Regards, > > > > Scott Rossi > > Creative Director > > Tactile Media, Multimedia & Design > > ----- > > E: [EMAIL PROTECTED] > > W: http://www.tactilemedia.com > > > > _______________________________________________ > > metacard mailing list > > [EMAIL PROTECTED] > > http://lists.runrev.com/mailman/listinfo/metacard > > > > > _______________________________________________ > metacard mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/metacard > _______________________________________________ metacard mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/metacard
