Re: Uploading. Wait... 54 Percent Complete. - WeOnlyDo Discussion board

Re: Uploading. Wait... 54 Percent Complete. (General questions)

by Chun Haw Loo, Friday, March 14, 2008, 06:51 (5877 days ago) @ woddrazen

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

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: