Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. reqImg("imgProfilo", username, password, index, function( response ) {
  2.       var urlCreator = window.URL || window.webkitURL;
  3.       var imageUrl = urlCreator.createObjectURL(response);
  4.       $('#imgProfilo').append('<img src="' + imageUrl + '" />');
  5.  
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement