I have mulitpart form for users to upload pictures. the form calls a script that uploads and resises the images to my requirments.
All works no issues. However the process can take some time depending on connection speed and the original picture sizes( I have no limit set)
What I want to do is display a popup window for the duration of the time it take for the images to to loaded into the temp dir.
Opening the window is easy, I do this via the onsubmit in the form tag. I have tried closing it with the script that resizes the images but when I use the widow.close('popupname') It closes the resize script.
I am not sure that you can specify and close another window.
Any ideas ?
TWCMAD