{% extends "base.html" %} {% load absurl %} {% block title %}upload files{% endblock %} {% block head %} {{ block.super }} {% endblock %} {% block content %}
{% comment %}

Upload files

{% endcomment %}

Please note before uploading..

Legality

Only upload sounds created or recorded by you. More details...

Sounds only

Freesound is for sounds only. Self-created music fragments/samples/loops are also ok, but not complete songs or compositions.

Moderation

All files are moderated. If you upload illegal files or files that don't follow the guidelines they will be removed.

Formats

We prefer wav, aif and flac, but we support ogg, m4a and mp3 too. For very large files please use some compressed format. Uploading more than 1GB at once will fail.




{% if no_flash %}
{% csrf_token %} {{ form.as_p }}

Drag files here...

...or click on 'Add files' (valid file extensions: flac, wav, aif, aiff, m4a, ogg and mp3).
If you prefer, you can also upload files using flash.
    {% if successes %}

    {{ successes }} file{{ successes|pluralize }} uploaded successfully!

    {% endif %} {% if errors %}

    There were errors uploading the files:

      {% for file in errors %}
    • {{ file }}
    • {% endfor %}

    {% endif %}
    {% else %}

    If you install flash player 10 you will be able to upload multiple files in one go!


    Don't leave before upload finishes!
    Hint 1: you can upload multiple files at once
    Hint 2: we recommend you to upload your files using the html uploader ;)

    {% endif %}

    Once sounds are uploaded, you'll have to describe them before they can show up in the web site.

    Describe Your Sounds Link


    {% if no_flash %} {% endif %} {% endblock %}