This is not possible because the image will not yet be on your server. The browser will have no access to display an image local to the user's machine within a web page.
You could maybe start uploading it as soon as they select it, then use Ajax to update the div once the upload is done. Maybe it polls for the expected file's existence until it finds something. /alex On 8/3/07, LSUDVM <[EMAIL PROTECTED]> wrote: > > Hi > I just found the jQuery group and joined. I absolutely jQuery after > discovering the Thickbox. I need some help with this task. I have an > asp.net page for uploading photos. I want to show a preview of the > image once i have browsed for and selected the image using the file > input. How can get the value of the file input? I then want to pass > this value to the src of an image. I assume this is possible. > > Thank you > Ashok > >

