You can control the HTTP file uploads (allow/disallow) with your php.ini file.
Search the following directive:
file_uploads
If you don’t allow HTTP file uploads, make sure this directive has been set like:
file_uploads = Off
Otherwise, if you allow it, make sure it has been set like:
file_uploads = On
If you changed the value, save your configuration file and restart your web server software.
Mail this!
- Comments (0)
- PingBacks (0)
- TrackBacks (0)


» Latest comments