Помоћ:Слање фајлова са стране сервера

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
This page is a translated version of a page Help:Server-side upload and the translation is 24% complete. Changes to the translation template, respectively the source language can be submitted through Help:Server-side upload and have to be approved by a translation administrator.
Outdated translations are marked like this.

Фајлови послати на Викимедијину оставу су обично ограничени на максималну величину од 100 MB (мада се фајлови и до 5 GiB = 5.368.709.120 бајтова могу послати коришћењем Чаробњака за слање и фрагментисаног слања). Ипак, администратори система имају начина да заобиђу ово ограничење, и можете затражити њихову помоћ ако је потребна.

[1]).

However, system administrators have ways to upload files between 100 MiB and 5 GiB, and you may ask for their help if needed.

Услови

  • УРЛ(ови), јавно доступни без пријављивања или шифре, за:
    • саме фајлове. Они већ треба да буду названи именима која ће имати на Остави.
    • странице за опис фајла (у викитексту) за сваки фајл, као УТФ-8 .txt фајл. На пример, страница за опис фајла Bla.ogv треба да буде названа Bla.ogv.txt
  • Посвећеност за бављење проблемима после слања. На пример, у вези лиценце или описа фајла...

Идеално је да фајлови буду заједно спаковани у ZIP/TAR/TGZ архиву, посебно ако их је већи број. tar.gz је препоручљив.

Tiff files

Tiff files are commonly huge. If your tiff file is in uncompressed mode please convert to either the deflate/zip (preferred) or LZW compression method for any file large enough to require a server side upload. One way to convert a file is using the tiffcp program, with the command line tiffcp -c zip:p9 infile.tif outfile.tif

Процес

Молимо направите захтев на file a request on Phabricator via this link (више информација о Фабрикатору), где ће неки од систем администратора обрадити ваш захтев. Уверите се да је ваш налог на Фабрикатору повезан са налогом на Медијавикију са којег желите да отпремање буде урађено.

What to do if files represent hundreds of GB to several TB?

If you prepare a mass upload of large files, for example dozens of videos from a GLAM project, and it's not technically possible to upload so much content, you can prepare a hard disk with the files, using the same procedure described above.

Once done, open a task on Phabricator, and you will be provided with the address of the datacenter to mail the disk to (don't mail the disk before you receive a confirmation with a tracking number: we need to register the delivery before it's received by the datacenter staff).

You should use FedEx, UPS or DHL as the carrier. We're unable to receive USPS mail.

It will then be added to a shell machine, and processed, as URL requests are.

As this requires extra human handling, this procedure is only for when it's technically not possible to upload files through the network.

Examples of past requests: T50205 (successful), T69477 (failed) – sender declined to use recommended delivery companies.

Види још

Footnotes

  1. However, note that a large upload might conflict with other limits such as the PHP worker process timeout for handling a request (cf. T118887).