Menu

Tree [9094d3] master /
 History

HTTPS access


File Date Author Commit
 LICENSE 2016-07-05 Adi Pratama Adi Pratama [2c5c3b] Initial commit
 README.md 2016-07-06 Adi Pratama Adi Pratama [9094d3] Update README.md
 upload-files.php 2016-07-06 Adi Pratama Adi Pratama [c6cb20] Create upload-files.php

Read Me

PHP Upload Files Multipart

This is one way to upload files into a directory from the computer.

Edit and change the following line if the file type invalid

if ((($_FILES["file"]["type"] == "pdf") || ($_FILES["file"]["type"] == "text/plain") || ($_FILES["file"]["type"] == "image/png") || ($_FILES["file"]["type"] == "image/jpg") || ($_FILES["file"]["type"] == "image/jpeg") || ($_FILES["file"]["type"] == "image/gif"))) {

All files and scripts under licenses GNU GP L v2 or later