Changeset 5820 for trunk/doc/src/docbook/faq
- Timestamp:
- Oct 24, 2011, 12:46:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/faq/faqs.xml
r5782 r5820 485 485 </qandaentry> 486 486 487 <qandaentry>488 <question>489 <para>Unzipped files never inherit file type specified490 during upload, why?</para>491 </question>492 <answer>493 <para>494 Unfortunately this is an "unfixable" defect. The API for495 unpacking files is a kind of plug-in interface496 (FileUnpacker) that has been made public. The "mistake"497 is that the API does not include any information from498 the file upload dialog except the directory to upload to499 (not even the file name is included). Introducing new500 method or parameters will break the API and we prefer to501 not do that.502 </para>503 <para>504 As a workaround to this problem the extension of each505 file is checked against the list of MIME types506 (<menuchoice>507 <guimenu>Administrate</guimenu>508 <guimenuitem>Types</guimenuitem>509 <guimenuitem>Mime Types</guimenuitem>510 </menuchoice>).511 If a MIME type with the same extension is found and has512 been connected to a file type, this file type is513 transferred to the file. This will obviously only work514 for non-generic file515 extensions, <emphasis>eg.</emphasis>, .gpr for GenePix516 raw data files, .cel for Affymetrix CEL files, etc.517 </para>518 </answer>519 </qandaentry>520 487 </qandaset> 521 488
Note: See TracChangeset
for help on using the changeset viewer.