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 -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -