{% extends 'core/base.html' %} {% load humanize %} {% block content %}
端点:
POST /api/v1/temp-upload/
参数:
title 文件标题file 文件(≤500MB)expire_type expire_1h / 1d / 7dcURL:
curl -X POST \
-F "file=@f.pdf" \
-F "title=文件" \
-F "expire_type=expire_1d" \
/api/v1/temp-upload/
{{ message.content }}
IP: {{ message.ip_address|default:"未知" }}暂无留言
{% endif %}{{ content.content|truncatechars:200 }}
{% endif %} {% if content.file %} 下载文件 {% endif %} {% if content.is_temp_file and content.expire_at %} {{ content.expire_at|naturaltime }}过期 {% endif %}