Note: You must be registered in order to post a reply.
T O P I C R E V I E W
rmmarsh
Posted - 19 Oct 2008 : 00:16:28 When publishing/uploading, clicking on the Stop button takes a long time for the upload to stop. (I think you're missing function to allow Windows to continue).
1 L A T E S T R E P L I E S (Newest First)
s.dav
Posted - 20 Oct 2008 : 08:38:08 Unfortunately the upload process for every file is not asynchronous (I use a function from wininet.dll so not made by me) so you must wait that the current file finish to be uploaded... just after this, the upload process will stop.