This is a migrated thread and some comments may be shown as answers.

How to hide progress div after the file is uploaded?

1 Answer 72 Views
Upload
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Igniter
Top achievements
Rank 1
Igniter asked on 23 Mar 2011, 04:22 PM
When file is being uploaded I want to show progress, and to hide it when the file is uploaded. How to do this?

1 Answer, 1 is accepted

Sort by
0
Edgar Paulk
Top achievements
Rank 1
answered on 08 Apr 2011, 02:35 AM
you can create a event... something like this:

function OnSuccess() {
    $("ul.t-upload-files").hide(600);
};

I hope this help....

Edgar.
Tags
Upload
Asked by
Igniter
Top achievements
Rank 1
Answers by
Edgar Paulk
Top achievements
Rank 1
Share this question
or