Giter Club home page Giter Club logo

ssi-uploader's Introduction

ssi-uploader

An awesome jquery uploader.

Documentation and examples:

See examples

See documentation

Changelog


####Installation:

Install with npm

npm install ssi-uploader

Install with bower

bower install ssi-uploader

or just download and include the files.

<link rel="stylesheet" href="dist/ssi-uploader/styles/ssi-uploader.css"/> 
<script src="dist/ssi-uploader/js/ssi-uploader.min.js"></script>

To test it:

git clone https://github.com/ssbeefeater/ssi-uploader.git
cd ssi-uploader
npm install
gulp

ssi-uploader's People

Contributors

ssbeefeater avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ssi-uploader's Issues

Image Sorting before uploading

There is no option to sort or re-arrange image in preview. I tried to sort with jquery sortable plugin only position change in preview.

retry button

Hi, thanks for this awesome lib. Please support me how to make Retry Button on files has error or be aborted.
screen shot 2018-06-24 at 8 24 50 am

new bug when delete picture

1.select 2 files
2.click red delete button under the first file
3.select files again then you will see first file has been changed.

external upload button

Hi,
Please internal upload button hide
and external upload button example,
because I use it with the form,
also please add Turkish language locale

    tr: {
        success: 'Bitti',
        sucUpload: 'Yükleme tamamalandı',
        chooseFiles: 'Dosya Seç',
        uploadFailed: 'Yükleme Başarısız',
        serverError: 'İç Sunucu Hatası',
        error: 'Hata',
        abort: 'İptal',
        aborted: 'İptal edildi',
        files: 'Dosyalar',
        upload: 'Yükle',
        clear: 'Tümünü Sil',
        drag: 'Sürükle & Bırak',
        sizeError: '$1 boyut sınırını aşıyor $2',// $1=file name ,$2=max ie( example.jpg has has exceed the size limit of 2mb)
        extError: '$1 dosya türü desteklenmiyor',//$1=file extension ie(exe files are not supported)
        someErrorsOccurred: 'Bazı hatalar oluştu!',
        wentWrong: 'Bir şeyler yanlış gitti!',
        pending: 'Beklemede',
        completed: 'Tamamlandı',
        inProgress: 'Devam ediyor'
    },

thanks.

Can't upload image more than 2Mb

post_max_size = 100M
upload_max_filesize = 100M
I change it in php.ini but it doesn't work, i use other plugin in same site upload more than 2mb it works perfect. Can you please check it. I really need help.

Rotate image when upload with iphone.

Sorry to bother.

Do this by 3 step:

  • Take a photo with iphone 6.
  • Upload it.
  • The image result sometimes rotate 90.
    Seem have a problem with Exif in iphone.

Thanks for reading.

without ajax post

why we cannot get data submit form or how should we do?
I want when form submit this input will upload
Thanks

Request : style name change to avoid interference with other plugin

Hello.
A tiny request.
There is a style named ".selected". This name is too simple and interfers with other plugins I use. Furthermore ssi-uploader styles are prefixed with ssi-, which is logic, except for ".selected".
So my request is to rename the style ".selected" into ".ssi-selected", and modify the js code as needed.
I should be easy to do :)
Thank you.

allowed option

Hello.
A weird behavior with the allowed option : it seems to accept png file whatever allowed option is set.
for example :
allowed: ['pdf']
It refuses any file except pdf, as expected, but it still accepts png files while they should be refused.
I've done tests with several extensions (docx, txt, sql ...) and the issue still the same.
Can you check this please ?

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.