Difference between revisions of "File Upload Setup"
From TMM Wiki
Jump to navigationJump to searchTMMStephenY (talk | contribs) m |
|||
Line 17: | Line 17: | ||
</pre> | </pre> | ||
− | Note: | + | '''Note:''' The time settings are input as # of seconds. |
[[Category:Also NATS4 Article]] | [[Category:Also NATS4 Article]] | ||
[[Category:NATS4 Setup]] | [[Category:NATS4 Setup]] |
Latest revision as of 14:46, 26 July 2011
NATS 3
|
---|
PHP limits the size of files that can be uploaded. PHP sends an error if you try uploading a file larger than this size. Edit the php.ini configuration file to change this setting; look for the following lines:
upload_max_filesize = 5M post_max_size = 8M max_execution_time = 300 max_input_time = 300
Note: The time settings are input as # of seconds.