+ Reply to Thread
Results 1 to 4 of 4

Thread: Not showing some attachments

  1. #1
    rjacomel is offline Registered User
    Join Date
    Nov 2009
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default Not showing some attachments

    Roundcube "0.3.1" is not showing some received attachments. Most time, PDF.

  2. #2
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    In your [RC root]/config/mimetypes.php Add:
    Code:
    'pdf' => 'application/pdf',

  3. #3
    gjrweb is offline Registered User
    Join Date
    Nov 2009
    Location
    Tilburg, Netherlands
    Posts
    13
    Downloads
    0
    Uploads
    0

    Default

    thanks! What's the jpg/png/gif code?

    Images are not supported?

    We run a fresh 0.3.1 install...

  4. #4
    skaero's Avatar
    skaero is offline Administrator
    Join Date
    Jun 2006
    Location
    USA - New Mexico
    Posts
    2,092
    Downloads
    5
    Uploads
    0

    Default

    jpg:
    Code:
    'jpg' => 'image/jpeg',
    png:
    Code:
    'png' => 'image/png',
    gif:
    Code:
    'gif' => 'image/gif',
    You can see more at http://www.w3schools.com/media/media_mimeref.asp
    Last edited by rosali; 11-20-2009 at 09:00 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts