PDA

View Full Version : Stop HTTP.Download in progress


azmanar
11-25-2007, 11:06 AM
Hi,

Can any kind soul show me how to stop/abort an in-progress HTTP.Download action?

Any help is very much appreciated.

Thank you.

Dermot
11-25-2007, 12:24 PM
Use a callback function. If the callback function returns true, the download continues. If it returns false the download will stop. If you look up HTTP.Download in the help file you will see how to structure the callback function.