diff options
author | Joey Hess <joey@kitenet.net> | 2010-06-17 16:52:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-06-17 16:52:33 -0400 |
commit | f70bc8184ace2cf10687daedf2b7176f32ef8a97 (patch) | |
tree | a3f4a4df37c90b5ea2b2565f2cc142c17514948e /doc/bugs | |
parent | e35d728a3297c9caa9da696d35a8f3d51811f783 (diff) | |
parent | 2e3f3ae89cfe66eb6be78003165cca1aff17ecb8 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/attachment_upload_does_not_work_for_windows_clients.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/attachment_upload_does_not_work_for_windows_clients.mdwn b/doc/bugs/attachment_upload_does_not_work_for_windows_clients.mdwn index ad3aadbce..4e8c7bdcf 100644 --- a/doc/bugs/attachment_upload_does_not_work_for_windows_clients.mdwn +++ b/doc/bugs/attachment_upload_does_not_work_for_windows_clients.mdwn @@ -11,6 +11,14 @@ whole path a filename. > Still, I don't mind adding a special case, though obviously not in > `basename`. [[done]] --[[Joey]] +>> Well, it's probably something else also, I get **bad attachment filename**. +>> Now, that could really be a bad filename, problem is that it wasn't. I even +>> tried applying the **wiki_file_prune_regexps** one by one to see what was +>> causing it. No problem there. The strange thing is that the error shows up +>> when using firefox on windows too. But the backslash hack fixes at least the +>> incorrect filename from IE (firefox on windows gave me the correct filename. +>> I'll do some more digging... :-) /jh + This little hack fixed the backslash problem, although I wonder if that really is the problem? (Everything works perfectly from linux clients of course. :-) |