How To Process the Uploaded Files

Q

How To Process the Uploaded Files? - PHP Script Tips - Uploading Files to Web Servers

✍: 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.

2007-04-19, 4633👍, 0💬