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
Ajax Upload and Resize an Image with PHP
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
You need a Job Queue system.
|
Welcome Guest, Not a member yet? Register Sign In |