{% extends "partial/layout.html.twig" %} {% block title %}{{ t("faq_page_name", "FAQ") }}{% endblock %} {% block description %}{{ t("faq_meta_description", "Frequently Asked Questions") }}{% endblock %} {% block keywords %}{{ t("faq_meta_keywords", "faq, frequently, asked, questions, file, hosting, site") }}{% endblock %} {% block selected_navigation_link %}faq{% endblock %} {% block body %}

{{ t("faq_page_name", "FAQ") }}


  • {{ t('faq_q1_question', 'Is this free?') }}

    {{ t('faq_q1_answer', 'Yes, uploading and downloading is 100% Free for all users. We offer premium accounts which allows for greater flexibility with uploading/downloading.') }}

  • {{ t('faq_q2_question', 'Will my files be removed?') }}

    {{ t('faq_q2_answer', 'Free/non accounts files are kept for [[[KEPT_FOR_DAYS_FREE]]] days. Premium accounts files are kept for [[[KEPT_FOR_DAYS_PAID]]] days.', {'KEPT_FOR_DAYS_FREE': fileRemovalFreeAcc, 'KEPT_FOR_DAYS_PAID' : fileRemovalPaidAcc}) }}

  • {{ t('faq_q3_question', 'How many files can I upload?') }}

    {{ t('faq_q3_answer', 'You can upload as many files as you want, as long as each one adheres to the Terms of Service and the maximum file upload size.') }}

  • {{ t('faq_q4_question', 'Which files types am I allowed to upload?') }}

    {{ t('faq_q4_answer', 'You may upload the following types of files: [[[FILE_TYPES]]].', {'FILE_TYPES': fileTypesStr }) }}

  • {{ t('faq_q5_question', 'Are there any restrictions to the size of my uploaded files?') }}

    {{ t('faq_q5_answer', 'Each file you upload must be less than [[[MAX_UPLOAD_SIZE_FREE]]] in size for free/non accounts or less than [[[MAX_UPLOAD_SIZE_PAID]]] in size for premium accounts. If it is greater than that amount, your file will be rejected.', {'MAX_UPLOAD_SIZE_FREE': maxUploadSizeFreeAcc, 'MAX_UPLOAD_SIZE_PAID': maxUploadSizePaidAcc }) }}

  • {{ t('faq_q6_question', 'Can I upload music or videos?') }}

    {{ t('faq_q6_answer', 'Yes. Music and video hosting is permitted as long as you own the copyright on the content and it adheres to the terms and conditions.') }}

  • {{ t('faq_q7_question', 'There are some files on our servers which may have been subject to copyright protection, how can I notify you of them?') }}

    {{ t('faq_q7_answer', 'Via our report abuse pages.', {'SITE_CONFIG_PAGE_EXTENSION': SITE_CONFIG_PAGE_EXTENSION })|raw }}

Image
{% endblock %}