-
Notifications
You must be signed in to change notification settings - Fork 579
Description
The idea is to simplify file uploading. File could be dropped anywhere and would be uploaded. I think it would be best to use project https://github.com/danialfarid/ng-file-upload ... License is the same (MIT) and you will be able to provide a lot of features in practically no time.
Main features copied from their readme:
•file upload progress, cancel/abort
•file drag and drop (html5 only)
•image paste form clipboard and drag and drop from browser pages (html5 only).
•image resize native and image crop through ngImgCrop. See crop sample (html5 only)
•resumable uploads: pause/resume upload (html5 only)
•validation on file type/size, image width/height, video/audio duration and ng-required support.
•show thumbnail or preview of selected images/audio/videos