Summary | Adding attachments does not work |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/20/2012 (4748 days ago) |
Due | |
Updated | 08/15/2012 (4722 days ago) |
Assigned | 07/20/2012 (4748 days ago) |
Resolved | 08/15/2012 (4722 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
#11345Nice :)
- Disable session cookies in horde/conf.php:
$conf['session']['use_only_cookies'] = false;
- Disable cookies in php's php.ini:
session.use_cookies = 0
-> Adding attachment will fail now. To be on the safe side, clear all
browser cache/cookie data and restart PHP after the change.
May be it's related to
#11345, I'll retest once that is fixed.reporting this either.
from the moment I click on "Upload" would help?
I'll try to reproduce f.e. the mobile suite login problem with cookie
based sessions.
reporting this either.
this still.
with Firefox 14.0.1 running git HEAD.
Assigned to Michael Rubinsky
State ⇒ Unconfirmed
Is this by any chance on Firefox, using SSL?
Also Firefox 14.0.1 and 12.0 easily upload huge attachments to
traditional IMP in Horde 4 via SSL.
Or does the mentioned bug only affect AJAX requests?
but presents me the usual -download- dialog "Do you want to open or
save the file?" after selecting the file for upload.
"downloading". Here's the content:
-snip--------------------------------
/*-secure-{"msgs":[{"message":"\/horde\/login.php?Horde=r4ufrctv9170tgsfkj2tu62ns1&url=%2Fhorde%2Fimp%2F&horde_logout_token=Ee7UAQhKP71QE-Ko2nNzzeA&logout_reason=6","type":"horde.ajaxtimeout"}],"response":false}*/
-snap--------------------------------
Looks like some AJAX response?
Thomas
State ⇒ Not A Bug
Is this by any chance on Firefox, using SSL?
but presents me the usual -download- dialog "Do you want to open or
save the file?" after selecting the file for upload.
Is this by any chance on Firefox, using SSL?
http. Probably this issue:
http://support.mozilla.org/en-US/questions/925060
Running 13.0.1 now and I do not see this issue any longer.
but presents me the usual -download- dialog "Do you want to open or
save the file?" after selecting the file for upload.
Is this by any chance on Firefox, using SSL?
Just tried IE 9, it fails in a different way: It says "Uploading..."
but presents me the usual -download- dialog "Do you want to open or
save the file?" after selecting the file for upload.
State ⇒ Feedback
Is this by any chance on Firefox, using SSL?
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Adding attachments does not work
Type ⇒ Bug
I create a new message and try to upload an attachment.
It stays at "Uploading... (test.txt)" and doesn't change.
Thomas