Is there any function in Uploadify called after all the uploaded files are deleted?

The closest pre built thing is onAllComplete but it sounds like you want something different. What I would do is: Define var count = 0 outside of any funciton / method In your onSelect handler function (which is called for each file that gets selected): count In your onCancel handler (called for each file removed): count if(count.

The closest pre built thing is onAllComplete, but it sounds like you want something different. What I would do is: Define var count = 0; outside of any funciton / method In your onSelect handler function (which is called for each file that gets selected): count++; In your onCancel handler (called for each file removed): count--; if(count.

Great.. I ve been using the same logic.. but instead of Select I addded the event in some other function.. thanks – balanv Nov 17 at 11:14.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions