Loading services/webapp/code/rosetta/core_app/api.py +4 −0 Original line number Diff line number Diff line Loading @@ -1065,6 +1065,10 @@ class FileManagerAPI(PrivateGETAPI, PrivatePOSTAPI): storage = self.get_storage_from_path(path, request) path = '/'+'/'.join(path.split('/')[2:]) # Bug workaround? if not path.endswith('/'): path += '/' # Get the file upload file_upload = request.FILES['files'] Loading Loading
services/webapp/code/rosetta/core_app/api.py +4 −0 Original line number Diff line number Diff line Loading @@ -1065,6 +1065,10 @@ class FileManagerAPI(PrivateGETAPI, PrivatePOSTAPI): storage = self.get_storage_from_path(path, request) path = '/'+'/'.join(path.split('/')[2:]) # Bug workaround? if not path.endswith('/'): path += '/' # Get the file upload file_upload = request.FILES['files'] Loading