Is there a way to have the script open a popup after each file upload? I was looking at using one of the events to do that, but I am not sure how to go about it.
The pop up will run a php script that will add the uploaded file to a database.
Thanks,
-m
August 6, 2009 - 3:24pm
Just create an uploadSuccess event handler (you can see an example of one in any of the Demo's handlers.js).
In the event handler just call the JavaScript window.open function.