In php, I need to upload an large image; however it needs to upload in minimal seconds.
We have number of fields in a form with image upload. user can upload large images, using normal upload it will take long time. So I would like to use some background uploading using jQuery ajax. please provide some other solutions to make it easy.
Thanks in advance!