Feature #490
Provide progress information for file uploads
Start date:
08/30/2010
Due date:
% Done:
0%
Estimated time:
Description
At least when AJAX is enabled, WFileUpload should emit a signal like uploadProgress(int percent).
Added by Anonymous almost 12 years ago. Updated almost 12 years ago.
0%
Description
At least when AJAX is enabled, WFileUpload should emit a signal like uploadProgress(int percent).
I think it is about time we implement this.
This has been implemented for the wthttp connector only. This should also be implemented for the ISAPI connector. For FastCGI we will need to implement a different method which does not reply on server-side monitoring of the incoming request.