Helper application in Python.
JanC
usenet_spam at janc.invalid
Tue May 13 12:11:28 EDT 2003
titanrebel at comcast.net (kkennedy) schreef:
> I would also like to have the browser
> automatically download the file, and hand it to my application without
> the user having to answer the dialog question "Do you want to save
> this file to disk, blah, blah, blah..."
That would be considered as "bad behaviour" by many end-users. Most people
want to control this themselves (for security reasons), so at least make it
an explicit option during or after installation (except maybe if it's only
used in an environment you control).
Mozilla helper applications are in "mimeTypes.rdf" in the user's profile
directory. Some documentation is included as comments in that file.
--
JanC
"Be strict when sending and tolerant when receiving."
RFC 1958 - Architectural Principles of the Internet - section 3.9
More information about the Python-list
mailing list