bugfix
This commit is contained in:
parent
f3d9f2bdcc
commit
79f0233f6b
33
wwwroot/upload_file.ui
Normal file
33
wwwroot/upload_file.ui
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"widgettype":"Form",
|
||||
"options":{
|
||||
"fields":[
|
||||
{
|
||||
"name":"folderid",
|
||||
"uitype":"hide",
|
||||
"value":"{{params_kw.id}}"
|
||||
},
|
||||
{
|
||||
"name":"fiid",
|
||||
"uitype":"hide",
|
||||
"value":"{{params_kw.fiid"
|
||||
},
|
||||
{
|
||||
"name":"upfile",
|
||||
"uitype":"file",
|
||||
"label":"上传文件"
|
||||
}
|
||||
]
|
||||
},
|
||||
"binds":[
|
||||
{
|
||||
"wid":"self",
|
||||
"event":"submit",
|
||||
"actiontype":"urlwidget",
|
||||
"target":"self",
|
||||
"options":{
|
||||
"url":"upload_file.dspy"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user