Question : Show message (popup window)while uploading

Hello experts.
I'm using in my website coldfusion server language and for the scripting jquery and jquery ui (1.7).
I have a image upload form.
That what i need is to show a message in a pop up window with a loader gif inside after clicking on the submit button.(Please wait while images.......a.s.o)
As i'm using allready the jquery ui i prefer to use that for this function too if it is possible but everything else would be accepted too.
Any help?
(below my test page)
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
<cfparam name="form.formsubmitted" default="">
<cfparam name="url.art_id" default="-1">
<cfif form.formsubmitted EQ 1>
....here the upload query ...>
</cfif>
<cfquery name="getimage" datasource="#request.dsn#">
SELECT art_id......
WHERE art_id = <cfqueryparam cfsqltype="cf_sql_integer" value="#url.art_id#">
</cfquery>

<form action="#CGI.SCRIPT_NAME#?#CGI.QUERY_STRING#" method="post" enctype="multipart/form-data" name="uploadimage" id="uploadimage">
<input name="foto" class="textfieldfoto"  id="foto" type="file"  />
<button name="uploadf" type="submit" id="uploadf">Upload image</button>
<button name="Deletimg" type="submit" id="Deletimg">Delete image</button>
<input name="imgID" type="hidden" id="imgID" value="<cfoutput>#getimage.Art_ID#</cfoutput>"/>
<input type="hidden" name="formsubmitted" value="1" >
</form>

Answer : Show message (popup window)while uploading

This can be caused by a corrupt file or invalid registry entry. Exact cause is dificult to diagnose. I would run chkdsk /r (windows will need to restart to complete this). If it find's any errors, they may have been the cause of the BSOD. Then, if the BSOD doesn't happen again, don't worry too much. If it does, write here again with details.
Random Solutions  
 
programming4us programming4us