Site user can start some task by submitting some information. But he don't stay their to complete that task. I have to add the task in queue and done this at back end and after completion of task I have send the email; to that user.
For example, consider some image uploading task, user give all required information and say 'Submit' then only message should displayed "Your task is added at queue and after completion we will send you an email notification." User may logout from there. And his task should added at queue and I have to done this at back end.
Really appreciated if you have any idea regrading this kind of problem.
Thanks a lot.
For example, consider some image uploading task, user give all required information and say 'Submit' then only message should displayed "Your task is added at queue and after completion we will send you an email notification." User may logout from there. And his task should added at queue and I have to done this at back end.
Really appreciated if you have any idea regrading this kind of problem.
Thanks a lot.
Comment