For save response when upload file and get presigned url #56
Answered
by
optimajet
vnext-phunx2
asked this question in
Q&A
-
Hi everyone, I have an issue with RsUploader. |
Beta Was this translation helpful? Give feedback.
Answered by
optimajet
Feb 26, 2025
Replies: 1 comment
-
Hi, Consider adding an {
"version": "1",
"actions": {
"onSuccess": {
"body": " const arguments = e.args\n const httpRequest = arguments[3]\n console.info(httpRequest.response)",
"params": {}
}
},
"form": {
"key": "Screen",
"type": "Screen",
"props": {},
"children": [
{
"key": "rsUploader1",
"type": "RsUploader",
"props": {
"method": {
"value": "POST"
},
"action": {
"value": "/"
},
"removable": {
"value": true
}
},
"events": {
"onSuccess": [
{
"name": "onSuccess",
"type": "code"
}
]
}
}
]
},
"localization": {},
"languages": [
{
"code": "en",
"dialect": "US",
"name": "English",
"description": "American English",
"bidi": "ltr"
}
],
"defaultLanguage": "en-US"
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sergeythrees
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Consider adding an
onSuccess
handler, for example: