Asynchronous function |
My web app receives an image upload, saves the original and resizes a copy.
To make the app more responsive I would like to do the resizing after I have validated the file and returned a thanks for the upload web page to the user. How can I execute a function after returning the page content to the user? Thanks |
Messages In This Thread |
Asynchronous function - by motownphilippe - 10-17-2022, 09:03 PM
RE: Asynchronous function - by InsiteFX - 10-19-2022, 12:17 AM
RE: Asynchronous function - by kenjis - 10-20-2022, 07:29 PM
|