KiwiDexter
May 10th, 2010, 07:23 PM
Been hunting around the net for a tut on how to do this and the best I can find is an upload tutorial that doesn't display the actual image uploaded. anyone run across a tutorial that dies display the actual image via ajax?
kows
May 10th, 2010, 11:35 PM
if you have a tutorial that uses ajax to upload an image already, then all you'd need is to return the image filename in the ajax request (or, if you must, make a second request upon completion to get the filename), and then display it. link the tutorial, and I'll take a look.