mirror of
https://github.com/sasjs/core.git
synced 2025-12-10 14:04:36 +00:00
chore: reverted position of the '&boundary' put statement.
This commit is contained in:
@@ -86,9 +86,9 @@
|
|||||||
data _null_;
|
data _null_;
|
||||||
file &mainref termstr=crlf lrecl=32767 mod;
|
file &mainref termstr=crlf lrecl=32767 mod;
|
||||||
length line $1000 name $32 value $32767;
|
length line $1000 name $32 value $32767;
|
||||||
put "--&boundary";
|
|
||||||
if _n_=1 then call missing(of _all_);
|
if _n_=1 then call missing(of _all_);
|
||||||
set &inputparams;
|
set &inputparams;
|
||||||
|
put "--&boundary";
|
||||||
line=cats('Content-Disposition: form-data; name="',name,'"');
|
line=cats('Content-Disposition: form-data; name="',name,'"');
|
||||||
put line;
|
put line;
|
||||||
put ;
|
put ;
|
||||||
|
|||||||
Reference in New Issue
Block a user