don't disappears the error transfert file

Hello, and firstly sorry for my bad english.
I try to do something.
when the upload of a file is finished, the status of upload appears in the file box. generally the status is "complete". This box desappears after 3 seconds.

but sometimes, if it's a problem during upload, the status is "error" (or other)... and the box desappears to. Is it possible to let visible the box only for the files which is a problem ?
like that, if the user is consulting an other page during the transfert, he could see the files with problem and reupload it.

thanks !
NAS

gyphie's picture

handlers.js

Look in the handlers.js file. This is the JavaScript that causes the page's UI to react to the SWFUpload events.

In the uploadError event handler there is script that sets the status of the upload boxes (turns them red, etc). The fileprogress.js file holds a bunch of code for handling the box's specifics. Here is where setting the box to a certain state causes the box to disappear.

ok... I will try that ... An

ok... I will try that ...
An other solution could be consist to intercept only the filename at uploadError event and display it in another div....
do you think this is more easy and possible without modify the script ?

thx