Skip to content

Instantly share code, notes, and snippets.

View eltonmarques96's full-sized avatar
:shipit:
Always coding

Elton Marques dos Santos eltonmarques96

:shipit:
Always coding
View GitHub Profile
@eltonmarques96
eltonmarques96 / index.html
Created February 5, 2020 02:21 — forked from umidjons/index.html
Upload File using jQuery.ajax() with progress support
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Upload File using jQuery.ajax() with progress support</title>
</head>
<body>
<input type="file" name="file" id="sel-file"/>
@eltonmarques96
eltonmarques96 / README-Template.md
Created July 11, 2019 17:47 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites