Path : /srv/www/vhosts/unitedsolution/admin/gallery/ |
Current File : /srv/www/vhosts/unitedsolution/admin/gallery/test.php |
<form enctype="multipart/form-data" action="uploadfiles.php" method="POST"> <!-- MAX_FILE_SIZE must precede the file input field --> <input type="hidden" name="MAX_FILE_SIZE" value="30000000" /> <!-- Name of input element determines name in $_FILES array --> Send this file: <input name="userfile" type="file" /> <input type="submit" value="Send File" /> </form> <?phpinfo()?>