Next: , Previous: , Up: Client   [Contents][Index]


5.3.5 uploadClient

The Upload process provides a single API to upload new incoming archives. This query can take 4 parameters:

Checks are made to optimise the meta-data consistency so the provided meta-data files are first parsed into memory, using the same parsers as usual. Because we always assert that an archive description should be linked to an existing archive, we cannot upload here descriptions without a related archive or extraction rules. To do it, you will have to edit or concatenate yourself the /etc/mediatex/mdtx-COLL/catalogXXX.txt (see catalog.txt) file.

Process conceptual model:

mediatex-figures/upload

Examples:

Code:

src/client/upload.c

Next: , Previous: , Up: Client   [Contents][Index]