{% extends "partial/layout.html.twig" %} {% block title %}{{ t("index_page_name", "Upload Files") }}{% endblock %} {% block description %}{{ t("index_meta_description", "Upload, share, track, manage your files in one simple to use file host.") }}{% endblock %} {% block keywords %}{{ t("index_meta_keywords", "upload, share, track, file, hosting, host") }}{% endblock %} {% block selected_navigation_link %}home{% endblock %} {% block body %}
{% if Auth.loggedIn() == true %} {% set uploadbox = 'uploadFiles(null, true); return false;' %} {% elseif UserHelper.getAllowedToUpload(0) == true and SITE_CONFIG_ENABLE_USER_REGISTRATION == 'yes' %} {% set uploadbox = "location.href = '"~ CoreHelper.getCoreSitePath()~ "/register_non_user';" %} {% else %} {% set uploadbox = "location.href = '"~ CoreHelper.getCoreSitePath()~ "/account/login/';" %} {% endif %}

Max file size : {{ CoreHelper.formatSize(UserHelper.getMaxUploadFilesize()) }}, Max files : {{ UserHelper.getMaxUploadsAtOnce() }}, Max Remote Urls : {{ UserHelper.getMaxRemoteUrls() }}

  Select Files to Upload

Our Features!

High Speed

We guarantee the highest file download speed at our service

Stronger

We provide the highest level of protection for your files and reliable ways to store your information!

Affiliate Program

You can earn money from your uploaded files

Easy Share

Quickly and easily share your data with a single click

{% endblock %}