I wrote a php page so that I can upload a LARGE photo and it will automatically resize the photo to thumbnail and other various sizes, placing the image outputs in specified folders. However, image manipulation takes some time and I would like it to occur on server time, no client time. Is there a way to display a page to the client completely, then execute the code for image resize, so that the client does not have to wait for all the code to complete before the page loads?