{% extends "submit/submit_base.html" %} {% block title %}Upload{% endblock %} {% block pagehead %} {{ form.media }} {% endblock %} {% block submit_content %}

This page is used to submit IETF Internet-Drafts to the Internet-Draft repository. The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet-Drafts.

Internet-Drafts are draft documents, and are valid for a maximum of six months. They may be updated, replaced, or obsoleted by other documents at any time.

{% if not form.shutdown %}

If you run into problems when submitting an Internet-Draft using this and the following pages, you may alternatively submit your draft by email to internet-drafts@ietf.org. However, be advised that manual processing always takes additional time.

{{ form }} {% endif %}

The IETF is an organized activity of the Internet Society
Please send problem reports to ietf-action@ietf.org.

{% endblock %}