Double quotes in onSuccessItem response #643
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I use you wonderful api to upload files to my backend server that sends me back the stored file name.
I use
onSuccessItemto retrieve this name, I found that it's enclosed by double quotes.Example :
Server side :
Client side :
Is there any direct way to get the response without double quotes ?
Thank you !
I am facing the same problem. Any solution for this?