UNPKG

blueimp-file-upload

Version:

File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Eng

15 lines (9 loc) 129 B
SHELL := /bin/bash test: @./test/run.js build: npm test npm: npm install . clean: rm test/tmp/* .PHONY: test clean build