denoland / denoland/deploy_feedback

Temporary file/dir support

Open
#173 0 comments 4 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
79
Forks
5
PR merge metrics
No merged PRs in 30d

Description

The [Oak server](https://github.com/oakserver/oak) body parser, when encountering files in a multipart request, writes files to a temporary folder. [It uses `Deno.makeTempDir`](https://github.com/oakserver/oak/blob/bd7e6927735278da6b947a3f493c99b2435d5721/multipart.ts#L195).

Deno Deploy errors with `Deno.makeTempDir is not a function`

Even if persistent storage is not desired, some sort of temporary storage that is wiped after every request or every X minutes would help with common processing tasks

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.