Skip to content

Instantly share code, notes, and snippets.

@alexandernst
Created July 18, 2012 08:10
Show Gist options
  • Save alexandernst/3134962 to your computer and use it in GitHub Desktop.
Save alexandernst/3134962 to your computer and use it in GitHub Desktop.
EventBus call from server side
<?php
// handle file ...
// more stuff ...
?>
<script language='javascript' type='text/javascript'>
window.top.window.EventBus.dispatch("upload_done", this, 42);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment