|
|||
|
When I change the avatar upload allowed size, it keeps changing back to 5120KB which isn't enough.
When I changed it in server.xml, it still says 5020kb in the GUI. What is it doing, is it only saying that or is it stuck at 5020kb? |
|
|||
|
Hello Lewism,
To change max upload file size, you should modify fcserver.xml files. 1, If you configured Upload Avatar Module by default method. -- Change upload file size limit Please open <123flashchat server install directory>/server/etc/fcserver.xml find <http-server port="35555" maxUpLoadSize="5120" enable="On" documentRoot="..\client" ip="*"> <file-allow-access></file-allow-access> </http-server> modify maxUPLoad Size, 5120 means 5120=5M, this is a global parameter which is also for image transfer module and file transfer module. If you configured Upload Avatar Module by PHP method. Open "config.php" in the Upload/Webcam Avatar Module package and configure it: - $MAX_ALLOW_FILE_SIZE: the max upload file size (unit: bytes) If you have any other question, feel free to let me know. |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|