dokument upload

This commit is contained in:
SimonGschnell
2024-01-29 16:48:41 +01:00
parent 76f2501fec
commit a21a292da6
5677 changed files with 683 additions and 1 deletions
Regular → Executable
+9
View File
@@ -3,6 +3,15 @@ export default {
//! API Calls for Profil Views
insertFile: function(dms) {
const url = FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router+
`/Cis/Profil/insertFile`;
return axios.post(url,dms, {
headers: {'Content-Type': 'multipart/form-data'}
});
},
selectProfilRequest: function(uid=null,id=null) {
const url = FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router+
`/Cis/Profil/selectProfilRequest`;