hunt-framework
hunt-framework copied to clipboard
File handling
File handling....uploads and and parsing is quite a handy feature in web dev. Will be have a section dedicated to such functionality.
Here is an example for this.
UploadedFile.d should have a way to get the file in a buffer (ubyte[] data) for uploading for other forms of processing. file.getAsBuffer()
Currently, it has been done by yourself to load the file. A PR is welcomed.