Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot preview attachment in 0.8.5 #3

Open
anthembio opened this issue Mar 29, 2013 · 4 comments
Open

Cannot preview attachment in 0.8.5 #3

anthembio opened this issue Mar 29, 2013 · 4 comments

Comments

@anthembio
Copy link

If i click the attachment it opens up in another window but do not show anything.
URL will be like "webmail/?_task=mail&_action=plugin.download&_file=rcmfile71364556657011361900&_id=909956857515575f04702f"

Please help

@arow44
Copy link

arow44 commented Oct 23, 2013

Hello,
I have same problem... did you resolve it?

Regards

@artimis36d
Copy link

I have a similar problem with rc0.9.5
When I upload an image attachment, a broken picture icon appears under the uploaded file name, any clues to fix? Thanks.

@thomasysliu
Copy link
Owner

I seems that the url for uploaded file have changed. It need to modify the js file for the correct path. It will be great if you guys can help

@stirab
Copy link

stirab commented Mar 1, 2016

Hi, the following change works with our roundcubemail-1.1.3:
In attachment_preview.php
$_SESSION['compose'] = $_SESSION['compose_data_'.$COMPOSE_ID];

Instead of:
if( isset( $_SESSION['compose_data'] ) ){ $_SESSION['compose'] = $_SESSION['compose_data'][$COMPOSE_ID]; // After roundcube version 4542 } else{ $_SESSION['compose']['id'] = $COMPOSE_ID; // Before roundcube version 4542 }

But I still have some minor problems with the interface ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants