Tuesday, 10 September 2013

How to set php file as img src in extjs

How to set php file as img src in extjs

I have a code
success: function() { Ext.Msg.alert('Success', 'Your photo has been
uploaded.');
img.setSrc('image.php');
}
In image.php echo '/1.jpg'; But it doesn't work. Help please.

No comments:

Post a Comment