file uploader plugin using pure JavaScript without 3rd party libraries -


i want build simple file uploader can used other applications plugin or module. uploader should have following features:

configurable upload url , param name. show live preview on browser if file image. customize file extensions allowed. example: [‘image/png’, ‘image/jpg’] ability send data when uploading file. example sending user_id each file. please note:

make sure code written using pure javascript , not make use of 3rd party libraries.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -