# File Upload Editor

The file upload editor enables creators to create content by a simple upload. This editor supports upload of content which can be uploaded as files(H5P, epub, PDF, HTML, Youtube, Video).

![](/files/Z0NiKDP1GeZCkKlkg3DS)

### :stars:Supported files

| File Type        | Details                                                                          |
| ---------------- | -------------------------------------------------------------------------------- |
| PDF              | PDF files                                                                        |
| Youtube          | Youtube shared link can be used a content                                        |
| Video(MP4, Webm) | Local MP4, Webm videos can be uploaded                                           |
| HTML             | Any HTML contents which can be played in the browser can be uploaded as ZIP file |
| H5P              | H5P files                                                                        |
| Epub             | epub files                                                                       |

### :stars:Tech Stack

1. Angular
2. Typescript
3. Javascript
4. HTML/SCSS

### :stars:Installation guide

{% content-ref url="/pages/vsuCK59q03NVygAWdoGW" %}
[File Upload Editor](/use/installation-guide/editors/file-upload-editor.md)
{% endcontent-ref %}

### ​:stars:FAQ's

Please refer to this [link](/learn/product-and-developer-guide/editors/generic-editor/faqs/content-upload.md) for FAQ's


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowlg.sunbird.org/learn/product-and-developer-guide/editors/generic-editor.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
