Processing Uploaded Files in PHP

Q

How To Process Uploaded Files in PHP?

✍: FYIcenter.com

A

How to process the uploaded files? The answer is really depending on your application. For example:

  • You can attached the outgoing emails, if the uploaded files are email attachments.
  • You can move them to user's Web page directory, if the uploaded files are user's Web pages.
  • You can move them to a permanent directory and save the files names in the database, if the uploaded files are articles to be published on the Web site.
  • You can store them to database tables, if you don't want store them as files.

 

Moving Uploaded Files to Permanent Directory in PHP

Getting Uploaded File Information in PHP

Uploading Files to Web Servers in PHP

⇑⇑ PHP Tutorials

2016-10-17, 1622🔥, 0💬