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

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -