What Is File Upload in PHP

Q

What Is File Upload in PHP?

✍: FYIcenter.com

A

File upload is Web page function which allows visitor to specify a file on the browser's system and submit it to the Web server. This is a very useful function for many interactive Web sites. Some examples are:

  • Web base email systems for users to send attachments.
  • Forums that allows user to submit pictures.
  • Web sites file managers for users to build their own Web pages.

 

INPUT Tag for File Uploading in PHP

Uploading Files to Web Servers in PHP

Uploading Files to Web Servers in PHP

⇑⇑ PHP Tutorials

2016-10-17, 1614🔥, 0💬