YaWK  24.1
Yet another WebKit
simple_upload.php File Reference

Go to the source code of this file.

Variables

 $host = \YAWK\settings::getSetting($db, "host")
 
 $max_file_size = 20000000
 
 $target_path = "/var/www/YaWK-dev/media/uploads/"
 

Variable Documentation

◆ $host

$host = \YAWK\settings::getSetting($db, "host")

Definition at line 22 of file simple_upload.php.

◆ $max_file_size

if (isset( $_POST[ 'upload']) &&$_POST[ 'upload']==="sent") print $max_file_size = 20000000

Definition at line 21 of file simple_upload.php.

◆ $target_path

$target_path = "/var/www/YaWK-dev/media/uploads/"

Definition at line 20 of file simple_upload.php.