{# ───────────────────────────────────────────── SPB Drive — Personal Cloud Drive ───────────────────────────────────────────── Author : Simon-Pierre Boucher Contact : contact@spboucher.ai File : src/web/views/request.njk Purpose : Public file-request page — anyone can drop files for Simon-Pierre License : MIT © Simon-Pierre Boucher ───────────────────────────────────────────── #} {% extends "base.njk" %} {% block title %}Send files · SPB Drive{% endblock %} {% block og %} {% endblock %} {% block body %}
SPB
SPB Drive

Send files to Simon-Pierre Boucher

{% if label %}

“{{ label }}”

{% endif %}

Files land directly in Simon-Pierre's private drive. Nobody else can see them. {% if maxFiles %}
Up to {{ maxFiles }} file(s) accepted on this link.{% endif %}

Drop files here or click to browse
{% endblock %}