Hi
anyone can explain file upload process in PHP. I mean what happens in backend internally.
like saving with temp name, moving to upload folder etc.
I want it's step by step working.
Thanks
Hi
anyone can explain file upload process in PHP. I mean what happens in backend internally.
like saving with temp name, moving to upload folder etc.
I want it's step by step working.
Thanks
How to do file uploads is explained in the PHP Manual:
Please go through these chapters to learn how to do uploads.
If you want to know how File Uploads are implemented in the PHP core, check out
Afaik, this is the module that handles this.
If none of the above do give you the information you are looking for, please refine your question to indicate what is missing.