Is there a way to post a folder to a confluence page? I am using allure reports which output a folder containing html and its dependent image and css files. I am using this curl command to post a file.
curl -v -S -u <user_name>:<pwd> -X POST -H "X-Atlassian-Token: no-check" -F "file=<html_file>" -F "comment=<comment>" "<link>"
The attachments marco in confluence is allowing only files to be uploaded. Wondering if there is another macro to upload a folder?
The attachments macro accepts only files because there are no directories in Confluence - you just have to upload each file in your folders to Confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.