Re: Uploading. Wait... 54 Percent Complete. (General questions)
Hi Chun Haw,
I will try to answer to your questions:
1. We have Progress Event but unfortunately you can't use it because ASP is scripting environment and Events can't be used there.
2 You can use wodFtpDLX Resume Property and set it's value to 1 before Connect Method.
3. Here is example how to increase server timeout.
[code]
<
Server.ScriptTimeout = 1800
>
[/code]
More info you can find here:
http://classicasp.aspfaq.com/general/how-do-i-increase-timeout-values.html
To increase wodFtpDLX timeout please set Timeout Property to some value in seconds or set it to 0 for unlimited time (no auto disconnect from server).
Let us know how it goes.
Regards,
Drazen