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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -