Hi,
Ive a vb.net web app in which one of the Content pages has asp upload control. The file to be uploaded has 2000 records which are in server. If this file is uploaded via this control, all the 2000 files will be uploaded. Its like by uploading single file into the control, we are uploading mulitple files. During the uploading I need a progress bar with current status like number of files getting updated. Without Ajax I need to do this. Any help is much appreciated.
Thanks,
Malathi
Ive a vb.net web app in which one of the Content pages has asp upload control. The file to be uploaded has 2000 records which are in server. If this file is uploaded via this control, all the 2000 files will be uploaded. Its like by uploading single file into the control, we are uploading mulitple files. During the uploading I need a progress bar with current status like number of files getting updated. Without Ajax I need to do this. Any help is much appreciated.
Thanks,
Malathi
Comment