Home > ASP Development > making browser wait before executing

making browser wait before executing



i have an uploadpage where users can upload images. When the image is uploaded my logo is added with aspimage.
The problem is that the file hasnt been saved before i try loading it with aspimage. How can i make the browser
wait 2 secs before executing the next piece of code, to allow the file to be saved properly before trying to access it again ?

    
Guest


the code will not proceed to the next stage until the process has been complited therefore there should be no need to delay the process for the reason you state.



Hope that helps sorry if it doesn't

Was this answer helpful ? Yes No   
Guest


ASP code is being executed step by step, as Davey said. if you have the code that save the file before the code that add the watermark, it would work. post your code and we'll try to see how to further help you...

Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved