Hello, and thanks in advance for your assistance.
I need to catch the completion of a file upload. Is there any javascript method to do this? Something as simple as: alert('File ' + fileName + ' completed.);
If not, do I need to write a custom Handler?
Thanks,
Reagan
I need to catch the completion of a file upload. Is there any javascript method to do this? Something as simple as: alert('File ' + fileName + ' completed.);
If not, do I need to write a custom Handler?
Thanks,
Reagan

Re: Upload complete notification?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: Upload complete notification?
ag.jX=function(){ ... d.aa.OnUploadCompleted=bv; ... } function bv(A,B,C){ ... }So it looks like function bv is called after a completed upload. During this function, how do I see what file has been *uploaded* to the server? The only variable being passed to the function contains information about the location on the client's computer.
Thanks again!!
Re: Upload complete notification?
here
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+