Finding details


Os Network Web Upload Php

Uploaded files are handled with 'move_uploaded_file'. Could be a interesting start for research.
In app.php line 22:
move_uploaded_file( $_FILES[ "file" ][ "tmp_name" ], "/uploads/" . $_FILES[ "file" ][ "name" ] );