SlickTorpedo / upload

How to Upload a File to a Server in PHP

Home Page:https://www.taniarascia.com/how-to-upload-files-to-a-server-with-plain-javascript-and-php/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Upload a File to a Server in PHP

View Tutorial

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.

About

How to Upload a File to a Server in PHP

https://www.taniarascia.com/how-to-upload-files-to-a-server-with-plain-javascript-and-php/


Languages

Language:PHP 47.8%Language:JavaScript 27.5%Language:HTML 24.6%