[PHP] Web Client - How to open applications by their own.

2002-09-09 Thread Okar
I m using the following attachment handling code in my web client ? // supposing that: // $encoding = 'BASE64'; // $pid = attachment's pid; // $file = attachment's file name; // $size = $object-bytes; // $type = $object-type; // $subtype = $object-subtype; //... $attch =

Re: [PHP] Web Client - How to open applications by their own.

2002-09-09 Thread timo stamm
Hi Okar, the client decides what to do with incoming data in regard of the MIME type. Usually, there is a list of MIME type and corresponding action in the clients browser, and you can't change it from the server. Timo Regardless the nature of the attachment, things are happening