Skip to content

Commit

Permalink
chore: reverted position of the '&boundary' put statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoody committed Oct 31, 2024
1 parent 2765d8c commit 5c3ac8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ms_triggerstp.sas
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
data _null_;
file &mainref termstr=crlf lrecl=32767 mod;
length line $1000 name $32 value $32767;
put "--&boundary";
if _n_=1 then call missing(of _all_);
set &inputparams;
put "--&boundary";
line=cats('Content-Disposition: form-data; name="',name,'"');
put line;
put ;
Expand Down

0 comments on commit 5c3ac8a

Please sign in to comment.