post data= macro
form request with=XMLHttpRequest
post data=title=%Article_Title%&body=%Article%
just download=1
article title = #file_links[C:\articles\,1,N]
article = %file-C:\output_english\%
So when i use %file-C:\output_english\% macro as article then article content is not posted (title is posted so #file_links works), when i use plain text in article then everything works fine...
article title = #file_links[C:\articles\,1,N]
article = %file-C:\output_english\%
So when i use %file-C:\output_english\% macro as article then article content is not posted (title is posted so #file_links works), when i use plain text in article then everything works fine...
Comments
add fixed data=content=%article% is used and %file-C:\output_english\% is not working aswell... (no content is posted) but url is added ...
in preview everything works + #file_links[C:\articles\,1,N] works too! @sven