Menu

#34 win32 and attachments?

Reproducible
closed-fixed
5
2001-04-09
2001-04-07
Anonymous
No

anyone getting a win32 system to send attachments
corrently? jpegs, zips and the like seem to come
through unreadable when sent from NOCC...it reads them
fine

It could be a setting in the php.ini I am just double
checking though everything looks good in there.

Discussion

  • Anonymous

    Anonymous - 2001-04-07
    • assigned_to: nobody --> wolruf
     
  • Anonymous

    Anonymous - 2001-04-07

    Logged In: YES
    user_id=29685

    What version of PHP do you run ? Does this occur with latest
    development versions of PHP available here :
    http://www.php4win.de/
    There were known PHP bugs with corrupt file uploads.
    See for example:
    http://www.php.net/bugs.php?id=9336
    http://www.php.net/bugs.php?id=9298
    http://www.php.net/bugs.php?id=9677
    Please tell us if it's fixed and what version you previously
    run so that we can add this to the FAQ

     
  • Nobody/Anonymous

    Logged In: NO

    Just updated to the latest from that URL.

    PHP Version 4.0.5RC1

    It is still doing the same thing.
    I even set a temp and session directory in php.ini

    only extension enabled is IMAP is the another that should
    be enabled maybe?

     
  • Nicolas Chalanset

    • status: open --> open-fixed
     
  • Anonymous

    Anonymous - 2001-04-09

    Logged In: YES
    user_id=29685

    The development snapshot should be fine tomorrow or tonight.
    If you want to try the fix ASAP, modify the following line
    in send.php:
    line 83 -> $fp = fopen($$file_tmp, "r");
    add a "b":
    $fp = fopen($$file_tmp, "rb");

     
  • Anonymous

    Anonymous - 2001-04-09
    • status: open-fixed --> closed-fixed
     
  • Nobody/Anonymous

    Logged In: NO

    the manual fix worked great

     

Log in to post a comment.

MongoDB Logo MongoDB