An open API service indexing awesome lists of open source software.

https://github.com/taniarascia/upload

How to Upload a File to a Server in PHP
https://github.com/taniarascia/upload

file-upload files javascript php uploading vanilla-javascript

Last synced: about 2 months ago
JSON representation

How to Upload a File to a Server in PHP

Awesome Lists containing this project

README

        

# How to Upload a File to a Server in PHP

[View Tutorial](https://www.taniarascia.com/how-to-upload-files-to-a-server-with-plain-javascript-and-php)

## Goals
- Build the simplest possible form with HTML to take a retrieve files from your local computer.
- Send the data from an HTML form to a PHP script with vanilla JavaScript.
- Process the data in the PHP script and move the local files to an uploads/ directory on a server.