All Projects → shystruk → File Upload Component

shystruk / File Upload Component

Licence: mit
React 16.0/Angular 1.6/Angular 5.0 components for file upload with multiple file selection, preview images, download, file thumbnail

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to File Upload Component

Cc
一个基于angular5.0.0+ng-bootstrap1.0.0-beta.8+bootstrap4.0.0-beta.2+scss的后台管理系统界面(没基础的同学请先自学基础,谢谢!)
Stars: ✭ 416 (+1055.56%)
Mutual labels:  webpack, file-upload
Ionic Boilerplate
✨ An Ionic Starter kit featuring Tests, E2E, Karma, Protractor, Jasmine, Istanbul, Gitlab CI, Automatic IPA and APK, TypeScript 2, TsLint, Codelyzer, Typedoc, Yarn, Rollup, and Webpack 2
Stars: ✭ 309 (+758.33%)
Mutual labels:  webpack, angular5
Angular File Uploader
Angular file uploader is an Angular 2/4/5/6/7/8/9/10 + file uploader module with Real-Time Progress Bar, Responsive design, Angular Universal Compatibility, localization and multiple themes which includes Drag and Drop and much more.
Stars: ✭ 92 (+155.56%)
Mutual labels:  file-upload, angular5
Nebular
💥 Customizable Angular UI Library based on Eva Design System 🌚✨Dark Mode
Stars: ✭ 7,368 (+20366.67%)
Mutual labels:  webpack, angular5
Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (-2.78%)
Mutual labels:  webpack
Pyramidvue
Pyramid Web Framework (Python) implemented with Vuejs (JavaScript) & Webpack (HMR): starter template
Stars: ✭ 32 (-11.11%)
Mutual labels:  webpack
Express React Boilerplate
🚀🚀🚀 This is a tool that helps programmers create Express & React projects easily base on react-cool-starter.
Stars: ✭ 32 (-11.11%)
Mutual labels:  webpack
Pomfe.co V1
Pomfe.co File Hosting Site Source Code
Stars: ✭ 31 (-13.89%)
Mutual labels:  file-upload
Webpack Aliyun Oss
一个webpack(version >= 4)插件,上传资源到阿里云oss。可以作为webpack插件使用,也可独立使用
Stars: ✭ 36 (+0%)
Mutual labels:  webpack
Webpack Alioss Plugin
阿里 oss-webpack 自动上传插件
Stars: ✭ 35 (-2.78%)
Mutual labels:  webpack
Budgeting
Budgeting - React + Redux + Webpack (tree shaking) Sample App
Stars: ✭ 971 (+2597.22%)
Mutual labels:  webpack
Angulartics2
Vendor-agnostic analytics for Angular2 applications.
Stars: ✭ 963 (+2575%)
Mutual labels:  angular5
Mailgo
💌 mailgo, a new concept of mailto and tel links
Stars: ✭ 978 (+2616.67%)
Mutual labels:  webpack
Minimal Vue Worker
A minimal example of a Web Worker in VueJS (Vue CLI 3)
Stars: ✭ 32 (-11.11%)
Mutual labels:  webpack
Typescript Boilerplate
Start writing stuff in TypeScript without bothered by configurations
Stars: ✭ 35 (-2.78%)
Mutual labels:  webpack
Preact Boilerplate
🎸 Ready-to-rock Preact starter project, powered by Webpack.
Stars: ✭ 959 (+2563.89%)
Mutual labels:  webpack
Rust Loader
Webpack loader for Rust files. DEPRECATED, use WasmPack instead
Stars: ✭ 34 (-5.56%)
Mutual labels:  webpack
Angular Library Starter Kit
Angular 5 Library Starter Kit based on Angular-CLI
Stars: ✭ 35 (-2.78%)
Mutual labels:  angular5
Angular2 Animation Tutorial Example
Angular 2/5 - Router Animation Example & Tutorial
Stars: ✭ 33 (-8.33%)
Mutual labels:  angular5
React Webpack Lazy Loading
A sample of lazy loading using React and Webpack
Stars: ✭ 33 (-8.33%)
Mutual labels:  webpack

File Upload components

Here you may find React and Angular components for file upload with multiple file selection, preview images, download, file thumbnail.

Angular 5.0

<file-upload></file-upload>

<files-view [files]="files"
            [removeFile]="callback"
            [downloadFile]="callback">
</files-view>

Angular 1.6

<file-upload></file-upload>

<files-view files="="
            remove-file="&"
            download-file="&">
</files-view>

React 16.0

<File_Upload/>

<Files_View files={files}/>
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].