{% extends "base.html" %} {% block title %}Upload Test{% endblock %} {% block content %}

Upload Test

Basic File Upload

Select a file — it uploads automatically to the server and shows the response.

No file selected

Image Upload

Restricted to image types (.png, .jpg, .gif). Uploads on selection.

No image selected

Upload via Form Button



Select a file and click Upload
{% endblock %} {% block extra_js %} {% endblock %}