Guest User

Untitled

a guest
Jul 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $('#element').uploadify({
  2. 'uploader' : 'index.php?page=upload',
  3. 'swf' : 'javascript/uploadify.swf',
  4. onComplete : function(event, queueID, fileObj, response, data) {
  5. alert(event); alert(queueID); alert(fileObj); alert(response); alert(data);
  6. },
  7. });
  8.  
  9. //Upload things
  10. echo 'OK';
  11.  
  12. echo 'OK';
Add Comment
Please, Sign In to add comment