mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
dokument upload
This commit is contained in:
Regular → Executable
+9
@@ -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`;
|
||||
|
||||
Reference in New Issue
Block a user