Hi,
I am using update progress when a user uploads a new video
In the textbox - they enter song name
The fileupload controls just allows MP3

I want to make sure the Textbox has a value and the file upload
control has a file selected - BEFORE the update progress shows

It does not seem to be working in the code below - if I click
the image button it starts the update progress even if the
textbox of fileupload is empty!


<script type="text/javascript">             function showProgress() {                 var updateProgress = $get("<%= UpdateProgress1.ClientID %>");                 u ...

Go to the complete details ...