Hi,
I have just switched from uploadify to swfupload and need a little help.
First everything is working but when a error occur I do not want it to clear. So say there is a I/O error then I want it to stay on screen and not fade out after a few seconds.
How can I do this
March 29, 2010 - 12:33pm
That is a UI thing in the demo's. SWFUpload itself doesn't provide any UI (except the browse button).
We recommend creating your own UI but lots of people us the Demo UI. There is a FileProgress class in the demo UI that handles the display of the upload progress. The Demos also have several Handler functions that call the FileProgress classes to update the UI. The UploadError and UploadSuccess handlers trigger the fade out.