hunt-framework icon indicating copy to clipboard operation
hunt-framework copied to clipboard

File handling

Open aberba opened this issue 5 years ago • 3 comments

File handling....uploads and and parsing is quite a handy feature in web dev. Will be have a section dedicated to such functionality.

aberba avatar Oct 03 '20 22:10 aberba

Here is an example for this.

Heromyth avatar Oct 04 '20 00:10 Heromyth

UploadedFile.d should have a way to get the file in a buffer (ubyte[] data) for uploading for other forms of processing. file.getAsBuffer()

aberba avatar Feb 23 '21 20:02 aberba

Currently, it has been done by yourself to load the file. A PR is welcomed.

Heromyth avatar Feb 26 '21 03:02 Heromyth