my app print the filename or url parameter is ???? whether or not is the encode problem???
How to solve this problem???
Although we send an UTF-8 encoded filename from ConfiForms I can confirm to see the same result when testing.
A workaround to suggest is to have a filename sent in addition via URL parameters
assuming the field in ConfiForms to store files is called "f" then the parameter could be something like
filename=[entry.f.asAttachment.title.urlencode]
(added to service url params you have now)
(url) decoding the param value will give the original name
Hi @Alex Medved _ConfiForms_ this way works!
but if we nees other fileds,how get the content???
like this??
filename=[entry.f.asAttachment.content.urlencode]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unless I misunderstand your pretty cryptic comment, but... to pass more field values you just add them into the "service url" as query parameters, as simple as that
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.