All Projects → taniarascia → upload

taniarascia / upload

Licence: other
How to Upload a File to a Server in PHP

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to upload

Fine Uploader
Multiple file upload plugin with image previews, drag and drop, progress bars. S3 and Azure support, image scaling, form support, chunking, resume, pause, and tons of other features.
Stars: ✭ 8,158 (+9728.92%)
Mutual labels:  files, file-upload, vanilla-javascript
lolisafe
Blazing fast file uploader and awesome bunker written in node! 🚀
Stars: ✭ 181 (+118.07%)
Mutual labels:  files, file-upload
kipp
A flexible file storage server
Stars: ✭ 33 (-60.24%)
Mutual labels:  files, file-upload
Pomf
Simple file uploading and sharing
Stars: ✭ 535 (+544.58%)
Mutual labels:  files, file-upload
Chibisafe
Blazing fast file uploader and awesome bunker written in node! 🚀
Stars: ✭ 657 (+691.57%)
Mutual labels:  files, file-upload
cheryl
PHP web based file manager
Stars: ✭ 44 (-46.99%)
Mutual labels:  files, file-upload
React Uploady
Modern file uploading - components & hooks for React
Stars: ✭ 372 (+348.19%)
Mutual labels:  files, file-upload
Express Fileupload
Simple express file upload middleware that wraps around busboy
Stars: ✭ 1,069 (+1187.95%)
Mutual labels:  files, file-upload
Uploadcare Widget
Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image preview.
Stars: ✭ 183 (+120.48%)
Mutual labels:  files, file-upload
Telegram Upload
Upload and download files from Telegram up to 2GiB using your account
Stars: ✭ 223 (+168.67%)
Mutual labels:  files, file-upload
react-butterfiles
🦋 Component for building file fields - from basic file inputs to drag and drop image galleries.
Stars: ✭ 44 (-46.99%)
Mutual labels:  files, file-upload
FileOrganizer
Automatically organizes files in your computer
Stars: ✭ 34 (-59.04%)
Mutual labels:  files
files-io
Read many files with node
Stars: ✭ 19 (-77.11%)
Mutual labels:  files
nucked-truth-of-files
HollyJS Moscow
Stars: ✭ 14 (-83.13%)
Mutual labels:  files
yii2-fileapi-widget
Yii2 FileAPI widget.
Stars: ✭ 51 (-38.55%)
Mutual labels:  file-upload
vue-base64-file-upload
Upload files as base64 data-uris
Stars: ✭ 77 (-7.23%)
Mutual labels:  file-upload
file2html
JS convertor of files to HTML and CSS code
Stars: ✭ 29 (-65.06%)
Mutual labels:  files
tablist
WAI-ARIA tab plugin without dependencies.
Stars: ✭ 21 (-74.7%)
Mutual labels:  vanilla-javascript
dirdf
R package: dirdf - Extracts Metadata from Directory and File Names
Stars: ✭ 57 (-31.33%)
Mutual labels:  files
Smart-Text-Editor
The text editor that requires only a browser and a keyboard!
Stars: ✭ 60 (-27.71%)
Mutual labels:  vanilla-javascript

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].