Skip to content

Instantly share code, notes, and snippets.

@vamsiikrishna
Created March 1, 2011 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vamsiikrishna/849115 to your computer and use it in GitHub Desktop.
Save vamsiikrishna/849115 to your computer and use it in GitHub Desktop.
CodeIgniter jQuery-File-Upload succes view
<?php echo '{"name":"'.$upload_data['file_name'].'","type":"'.$upload_data['file_type'].'","size":"'.$upload_data['file_size'].'"}';?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment