Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
15 replies
Subscribers
5 subscribers
Views
9364 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hello, has anyone managed to send a file with the HTTP request plugin? If yes, c
fabienb
A Score Level 1
over 11 years ago
Hello, has anyone managed to send a file with the HTTP request plugin? If yes, could you explain how to set the parameters? Thank you....
OriginalPostID-106410
OriginalPostID-106410
Discussion posts and replies are publicly visible
Parents
0
fabienb
A Score Level 1
over 11 years ago
Stefan, just to make sure, could you confirm for me that I should build the body with CONCAT and CHAR(13) like in :
=concat("----WebKitFormBoundaryePkpFF7tjBAqx29L",char(13),"Content-disposition: form-data;file=""file1""",char(13),"Content-type: text/plain",char(10),convertdocumenttobase64(pv!Document),char(13),"----WebKitFormBoundaryePkpFF7tjBAqx29L").
Thank you
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
fabienb
A Score Level 1
over 11 years ago
Stefan, just to make sure, could you confirm for me that I should build the body with CONCAT and CHAR(13) like in :
=concat("----WebKitFormBoundaryePkpFF7tjBAqx29L",char(13),"Content-disposition: form-data;file=""file1""",char(13),"Content-type: text/plain",char(10),convertdocumenttobase64(pv!Document),char(13),"----WebKitFormBoundaryePkpFF7tjBAqx29L").
Thank you
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data