aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/attachments_fail_to_upload
diff options
context:
space:
mode:
authorhttp://joey.kitenet.net/ <joey@web>2012-03-05 16:48:51 -0400
committeradmin <admin@branchable.com>2012-03-05 16:48:51 -0400
commit5f2ad7b36e3e351963e4f1c47fcc4bfb5e0fff47 (patch)
tree3f26402eef7a0edf1608dea084e2b9353d0a2843 /doc/forum/attachments_fail_to_upload
parent41af1c62fe3bf326cc31e49ef6eee8c06dffd498 (diff)
downloadikiwiki-5f2ad7b36e3e351963e4f1c47fcc4bfb5e0fff47.tar
ikiwiki-5f2ad7b36e3e351963e4f1c47fcc4bfb5e0fff47.tar.gz
Added a comment
Diffstat (limited to 'doc/forum/attachments_fail_to_upload')
-rw-r--r--doc/forum/attachments_fail_to_upload/comment_5_da03f9c4917cb1ef52de984b8ba86b68._comment11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/forum/attachments_fail_to_upload/comment_5_da03f9c4917cb1ef52de984b8ba86b68._comment b/doc/forum/attachments_fail_to_upload/comment_5_da03f9c4917cb1ef52de984b8ba86b68._comment
new file mode 100644
index 000000000..dbe0d6574
--- /dev/null
+++ b/doc/forum/attachments_fail_to_upload/comment_5_da03f9c4917cb1ef52de984b8ba86b68._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="http://joey.kitenet.net/"
+ nickname="joey"
+ subject="comment 5"
+ date="2012-03-05T20:48:50Z"
+ content="""
+Your version already contains the unicode fix, which was commit 1572c3c376df36ea09e27a1ea437e3a75cdf0f84.
+
+I think it's possible that the javascript file upload widget is timing out waiting for a response from ikiwiki when uploading the file. Since this is a slow CPU, it might exceed some limit in that code. At this point all I know is that the javascript file upload widget is setting an error flag, which is displayed as \"failed!\" in red. The next step is probably to get a http protocol analizer like firebug and see what if anything is being returned by the ikiwiki.cgi when the attachment is uploaded to it -- it should return some JSON with a `stored_msg` field.
+
+"""]]