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.htmlTo 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
Thanks Drazen. On the question #1, do you have alternative suggestion to show the upload progress? Currently, when we upload the file, it only utilised the internet explorer status bar to indicate the progress but not many user will notice that. It will be great if we can show a progress bar on the web page itself while uploading in progress. Please advice. Thanks.
Regards,
Chun Haw, Loo
Complete thread:
- Uploading. Wait... 54 Percent Complete. - Chun Haw, Loo, 2008-03-13, 14:04
- Re: Uploading. Wait... 54 Percent Complete. - woddrazen, 2008-03-13, 14:21
- Re: Uploading. Wait... 54 Percent Complete. - Chun Haw Loo, 2008-03-14, 06:51
- Re: Uploading. Wait... 54 Percent Complete. - wodDamir, 2008-03-14, 09:31
- Re: Uploading. Wait... 54 Percent Complete. - Chun Haw Loo, 2008-03-14, 12:45
- Re: Uploading. Wait... 54 Percent Complete. - wodDamir, 2008-03-14, 09:31
- Re: Uploading. Wait... 54 Percent Complete. - Chun Haw Loo, 2008-03-14, 06:51
- Re: Uploading. Wait... 54 Percent Complete. - woddrazen, 2008-03-13, 14:21