php file upload

2019-08-27 21:07发布

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

1条回答
Root(大扎)
2楼-- · 2019-08-27 21:55

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.

查看更多
登录 后发表回答