Coder Social home page Coder Social logo

albanx / real-uploader Goto Github PK

View Code? Open in Web Editor NEW
8.0 2.0 5.0 5.44 MB

A modern Ajax File Uploader with multiple feature

JavaScript 48.37% Ruby 0.19% CSS 40.72% HTML 0.21% ASP 0.02% C# 2.24% Java 4.24% PHP 4.01%
ajax file-upload ajax-upload image-resizer md5 exif-data-extraction php jsp

real-uploader's Introduction

Build Status

Real Uploader

Real Uploader logo

Real Uploader 4.0 - The HTML5 Ajax File Uploader

Real Uploader is a HTML5 javascript file uploader, for uploading multiple files with ajax on the web. It was born in 2010 when Firefox 3.5 added the mozSlice method and Files api. Now has evolved to support all modern browsers.

Goals of Real Uploader:

  • Keep code simple and small
  • Support all modern and mobile browsers
  • Simple for users to integrate
  • Simple for developers to customize

Current features:

  • Multiple upload
  • Chunk Uploading
  • Parallel uploads
  • Responsive theme
  • Drag and Drop upload
  • Image preview
  • Fast Image resizing
  • Check file exists before upload
  • Events, Callback and APIs
  • Https support
  • Server side thumbnail generation for images
  • Mobile browser support
  • MD5 client side file calculation
  • Cross origin support
  • Exif, IPTC reader for all JPG files
  • Antifreeze system
  • Support for JSP

Next features

  • Support for ASPX
  • Resume uploads
  • Visual Image Resizer

Prerequisites

To run and test the upload locally you will need one of the following webservers stack:

  • PHP 5.6+ and Apache (or nginx), usually WAMP does the trick
  • ASPX and IIS
  • Java and Tomcat

Developer installation and build

  • Clone the repo git clone https://github.com/albanx/real-uploader
  • Run npm install
  • Run grunt, a prompt command will guide you through build instruction

real-uploader's People

Contributors

albandaft avatar albanx avatar sonam-st avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

real-uploader's Issues

allowOverResize

Hi
I have set the allowOverResize
resizeImage: {
maxWidth: 3500,
maxHeight: 4500,
scaleMethod: 3,
allowOverResize: true,
outputQuality:.2,
},

My expectation is that an image with width less than 3500 would be processed with this option set to true. Is this correct? At the moment Images smaller than the maximum do not appear to be being processed when this is set to true.

Many thanks
Simon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.