PHP Uploads: Difference between revisions

2 bytes added ,  21:07, 22 February 2023
no edit summary
No edit summary
No edit summary
Line 9: Line 9:
It can transfer both text and binary files.
It can transfer both text and binary files.


If the ''upload.php''file is installed for CMX and the protocol works for CMX then it will also work for CUtils and the file locations will be relative to the location of the ''upload.php'' file (which therefore will be the root location of your website).  
If the ''upload.php'' file is installed for CMX and the protocol works for CMX then it will also work for CUtils and the file locations will be relative to the location of the ''upload.php'' file (which therefore will be the root location of your website).  


== Is it secure? ==
== Is it secure? ==
Line 62: Line 62:




The ''Upload.php'' procedure file can be copied to any location you wish but the following ''CMX inifile parameters'' determine its operation and need to reflect its true location and CMX configuration (in case you are running more than one instance):
The ''upload.php'' procedure file can be copied to any location you wish but the following ''CMX ini file parameters'' determine its operation and need to reflect its true location and CMX configuration (in case you are running more than one instance):
   PHP-URL=<URL>
   PHP-URL=<URL>
   PHP-Secret=<key as configured in CMX>
   PHP-Secret=<key as configured in CMX>