funcool / funcool/catacumba

Uploading a file

Open
#68 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Clojure
Stars
190
Forks
24
PR merge metrics
No merged PRs in 30d

Description

Hi,

Just wanted to add a snippet of uploading a file example:

```
(defn upload [{:keys [data]}]
(.writeTo (:file data) (java.io/FileOutputStream. (str "./downloads/" (.getFileName (:file data))))))
```

Enjoy!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.