Приглашаем посетить
Рефераты (referat-lib.ru)

Section A.6.  file_uploads

Previous
Table of Contents
Next

A.6. file_uploads

The file_uploads directive determines whether file uploads are allowed. Therefore, if your application does not need to accept files uploaded by users, it is best to disable this feature.

Simply not handling file uploads in your PHP code is not enough because PHP does some work (such as populating $_FILES with relevant data) prior to executing your code.


Previous
Table of Contents
Next