-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I try to specify specify url for saving file:
<iframe src="{{ url_for(
'static',
filename='daxe/daxe.html',
config='config/gost_config.xml',
file='/documenteditordaxe/2?document_version_id=44&random_workaround=0.6865005110307894',,
save='/test-save'
) }}" class="editor-frame"></iframe>
</div>
Iframe loads data from
file
loads from url
But when I click to save button, request going to page http://127.0.0.1:5001/static/daxe/%2Ftest-save instead of http://127.0.0.1:5001/test-save
Is any way to specify non relative url for save?
Metadata
Metadata
Assignees
Labels
No labels