Go back to index | ">Refresh Upload

Upload

Temp directory:

Max file size is set in php.ini
Send this file:

$_FILES


Check the uploaded file

is_file() = 

is_readable() = 

is_writable() = 

Move the uploaded file

The uploaded file () was moved to the www/ directory using the move_uploaded_file() function. See the listing of files by going to index.php

move_uploaded_file() failed.