typo and conversion updates

This commit is contained in:
Chris
2025-06-03 08:22:34 +02:00
parent 2611761b2b
commit 4b61e46d7f
2 changed files with 5 additions and 2 deletions

View File

@@ -6,3 +6,6 @@ error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
log_errors = On
display_errors = Off
display_startup_errors = Off
max_execution_time = 300 ; 5 minutes
max_input_time = 300 ; time to parse input data (e.g. POST)

View File

@@ -91,7 +91,7 @@ if (file_exists(ROOT . DS . 'notice.txt'))
<p>You can post a file using the POST variable <span class="badge text-bg-secondary">file</span></p>
CURL example
<pre><code class="bash">curl -s -F "file=@myphoto.jpg" "<?= getURL() ?>upload"</code></pre>
<pre><code class="bash">curl -s -F "file=@myphoto.jpg" "<?= getURL() ?>api/upload"</code></pre>
Output
<pre><code class="json">