I am trying to implement the jquery fine uploader
and now i need to get the allowed extension from the uploader and use it in determining if the file is allowed or not to upload on custom function.
There is a method to get the allowed extension but is a private api.
_getValidationBase: function(buttonId) {
var extraButtonSpec = this._extraButtonSpecs[buttonId];
return extraButtonSpec ? extraButtonSpec.validation : this._options.validation;
},
I cannot find any public api to get the validation/ allowed extensions in fine uploader.
Is there any method to get the allowed extension to use publicly?
Note:
I am using Fine Uploader 5.15.5
If the question is unclear could further add more informations.
Firebase Cloud Functions: PubSub, "res.on is not a function"
TypeError: Cannot read properties of undefined (reading 'createMessageComponentCollector')
How to get the client's email address from his browser if he visits my website?
I have an object which contains all my color codingI am trying to fugre out how to use the name field to get the color
on the submit of #user_form_cert the data will insert at the same time will fetch this is the code that i have used , the insert works fine but the fetch is still not working it says undefined on the windowopen url
I have a datepicker in angular 2, I want to disable all dates, years and months except current date and previous dateAny help will be appreciated