Minute Coding PHP Lesson 11 File Upload and Storage ($_FILES, move_uploaded_file)

Опубликовано: 22 Март 2026
на канале: Minute Coding
182
4

One thing I didn't mention in this video was what $_FILES is for. $_FILES is a global variable that is in charge of handling uploads. The if statement checks to see whether a file was uploaded. If there was a file uploaded, then the statement in brackets will execute.


An additional note: The $name in move_uploaded_file indicates the destination where we want to store the file in.



Come visit my website https://MinuteCoding.dev to see the product of what I have taught on this channel.

Join our Discord Server, we have discussions and memes!   / discord  

If my content ever gets taken down, you can always watch it through here: https://lbry.tv/$/invite/@MinuteCoding:2

Link to IDE(S) and its components:

[For HTML, CSS, and JavaScript Lessons]: https://notepad-plus-plus.org/downloa...
[For Java Lessons]: https://www.oracle.com/java/technolog...
[For Java Lessons]: https://www.oracle.com/java/technolog...
[For Java Lessons]:https://www.eclipse.org/neon/
[For Python Lessons]: https://thonny.org/

Interested in the source code used in my videos? Please visit my GitHub repository: https://github.com/MiguelSParada?tab=...

Minute coding is a channel dedicated to teaching a lesson 1 minute at a time.

Uploads are 6pm EST daily.