Tushar Adhatrao
Tushar Adhatrao
@ocramz, I have added the test-cases.
Hi, it's `0.22`
Hi @ocramz , I used [this](https://github.com/scotty-web/scotty/blob/master/examples/upload.hs) example. Even after using the older version (0.12.1). On submitting without uploading file, It is given us list containing elements with filename as `"\"\""`....
Hi @ocramz, Upon investigating the `files` and `filesOpts` functions, I discovered that both rely on the `formParamsAndFilesWith` function. This function, in turn, utilizes `getFormParamsAndFilesAction`, which ultimately utilizes `sinkRequestBodyEx` from `wai-extra`....
Hi @ocramz, I think `sqlite-simple` would be a better choice since `direct-sqlite` is quite low-level, it would be harder for the user to use it. `sqlite-simple` comes with some dependencies...