When I tri to upload an image file or other media attachment, there comes error message like this:
"Could not upload the file to Confluence. The server may be unavailable."
Are you seeing any error in the logs when you do this? Like OutOfMemory errors?
If you're getting this error and you're proxying with nginx, you may be recieving a '413 Entity too large' error. http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_sizeneeds to be changed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe your attachment is too big. Maybe you get a more clear error message when uploading via Tools --> Attachments. The limit is adjustable in the general configuration in the administration panel.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found something wrong in "Attachment storage" field of Admin page.
<th colspan="2">Attachment Storage</th><label class="label">Attachments Storage:</label> | Filesystem:
$action.getLocalAttachmentDirectory() |
The file system field does not show the directory path.
How can I fix this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
This issue can be caused by the configured base URL that is not matching the URL you use to access Confluence via the browser. For example, you access Confluence via http://atlassian.net:8090 while the configured base URL from Confluence Admin > General Configuration is http://atlassian.net/confluence.
As a resolution please ensure that the configured base URL must match the URL you use to access Confluence via the browser. Update the base URL from Confluence Admin > General Configuration.
Hope this helps.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem can be reproduced by using Insert/Link/Attachments and browsing to a filename where the filename includes one or more single quotes (Example: filename = a'test.xlsx )
The drag-drop method of adding attachments (Go to "Tools" -> "Attachments") works fine.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Fernando and Brandon gave me the clues I needed to find my own solution: I restarted my ssh proxies on my system and was able to upload images afterwards. (I was able to edit documents with no problems, but needed the proxy running to upload an image.)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Plan, prioritize, and deliver marketing projects seamlessly. See how Jira supports your team's success. Start today!
Start now! 🚦Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.