Direct-to-S3 / Azure tus 1.0 resume IndexedDB Golden Retriever 30 locales Webcam & screen capture

Support Ticket

Attach files to a support ticket form. Combine text description with file attachments.

What you should see: attachments alongside a ticket's subject, priority and description. Accepts screenshots, logs and archives up to 25 MB; the form posts independently of the uploads.

Attach screenshots, logs, or relevant files to help us investigate.

Drag & drop files here, or paste from clipboard
<form method="post">
 <input type="text" name="subject" />
 <select name="priority">...</select>
 <textarea name="description"></textarea>

 <core-upload asp-upload-url="/api/upload/upload"
 asp-multiple="true"
 asp-extensions=".jpg,.png,.gif,.pdf,.txt,.log,.zip"
 asp-max-size="25MB"
 asp-auto-upload="true"
 asp-progress="true"
 asp-drop-zone="true">
 </core-upload>

 <button type="submit">Submit Ticket</button>
</form>