AJAX file upload
Posted
by farjimain
on Stack Overflow
See other posts from Stack Overflow
or by farjimain
Published on 2010-06-13T18:07:05Z
Indexed on
2010/06/13
18:12 UTC
Read the original article
Hit count: 192
I have a control for uploading an image and above it is an image control. When User clicks 'Upload' button, image turns to an animated image displaying 'WAIT' message, after the image is uploaded, the image source changes to that image. I want to do this using simple AJAX, JAVASCRIPT (xmlHTTP objects) , ASP.NET, VB.NET. Can anyone help me out??? Don't wanna use iframe or flash besides above four.
© Stack Overflow or respective owner