Skip to content
Snippets Groups Projects
Commit ba0b51ec authored by enured's avatar enured
Browse files

B17964: Added xml upload support for filepond. refs #17964

parent 2c21e1c7
No related branches found
No related tags found
2 merge requests!691New version v24.3.0,!686B17964: Added xml upload support for filepond. refs #17964
Pipeline #12102 passed
......@@ -448,6 +448,7 @@ QfqNS.Helper = QfqNS.Helper || {};
'.avi': 'video/x-msvideo',
'.mov': 'video/quicktime',
'.wmv': 'video/x-ms-wmv',
'.xml': ['application/xml', 'text/xml']
};
return inputString.split(',').map(item => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment