Thursday, June 6, 2019

How to get uploaded files using fileinput.js ?


By using following code you can get uploaded files

var fileStack=$('#fileUploadControl).fileinput('getFileStack');

No comments:

Post a Comment