# Dosya Yükleme

![Dosya Yükleme](/files/-MgfAdchnaRny3LS8VKH)

## Nasıl kullanılır?

```javascript
@include("file-input", [
    "title" => "Örnek File Input",
    "id" => "example-file",
    "callback" => "fileUploadEvent"            
])
```

| Parametre | Açıklama                                                                                                                           |
| --------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| title     | Dosya yükleme formunun başlığı.                                                                                                    |
| id        | Request yönetimi yapılacak id değeri                                                                                               |
| callback  | Yükleme işlemi yapıldığında yapılacak işlemlerin Javascript fonksiyonu (argüman olarak 1 argüman alır, veri o argümanda yakalanır) |

Detaylı kullanımı için aşağıdaki linke bakabilirsiniz.

{% content-ref url="/pages/-Mg5ILC2\_1uCUc1pv7Rn" %}
[Dosya Yükleme, İndirme](/eklenti-gelistirme/gelistirme/dosya-yuekleme-indirme.md)
{% endcontent-ref %}


---

# 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://docs.liman.dev/eklenti-gelistirme/sandbox/dosya-yuekleme.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.
