Installation of Software and Database (Continued)
Changing php.ini Settings
The maximum file size for uploading and downloading can be set in php.ini
The settings involved are:
memory_limit = 100M ; Maximum amount of memory a script may consume
; Maximum size of POST data that PHP will accept.
post_max_size = 100M
;maximum allowed size for uploaded files.
upload_max_filesize = 100M
In this case I have set all to 100 Mb.
It is best to keep them the same size.
If one of them is smaller than the other you may run into download or upload problems.
Support
If you need some help with TS FileX, please drop me a note at john.zoetebier@transparent.co.nz
Please only questions related to TS FileX.
For example questions about setting up a web server will not get a reply.
About TS FileX |
|
|
|
|
|
|
|
|
|
Guides |
|
|
|
|
|
System Architecture |
|
|
|
|
|
|
|
|
|
Other |
|
|