View Single Post
  #2  
Old 09-22-2016, 09:30 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
When using a Put of 'Post file' along with a Get, these are two separate server calls (only with 'Post form data' and Get is the response from the post request captured in a single server call). This was the case even in v8, but there is a problem with this combination of commands in v9, because the connection is not kept open in between, so it's not valid when it tries to get. To resolve, you can just put these in separate HTTP steps (or skip the get if not needed).
Reply With Quote