Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files #139

Merged
merged 11 commits into from
Nov 24, 2023
Merged

Files #139

merged 11 commits into from
Nov 24, 2023

Conversation

lovasoa
Copy link
Collaborator

@lovasoa lovasoa commented Nov 22, 2023

Adds support for file uploads.

Fixes #24

@lovasoa lovasoa marked this pull request as ready for review November 24, 2023 22:48
@lovasoa lovasoa merged commit 332420b into main Nov 24, 2023
9 checks passed
@lovasoa lovasoa deleted the files branch November 24, 2023 22:49
@lovasoa lovasoa mentioned this pull request Nov 24, 2023
lovasoa added a commit that referenced this pull request Nov 25, 2023
* document future file functions

* make forms multipart when they contain a file field

* extract http request data reading logic

* start work on file upload

* multipart post data parsing

* millisecond precision in logs

* implement customizable upload file size limits

* wip: add file handling functions

* file handling pseudo-functions

* clippy

* fmt
lovasoa added a commit that referenced this pull request Nov 25, 2023
* better docs for multi-select

* wip

* fix bug in corporate conundrum demo

* update dependencies

* Fix bug with variable assignment

fixes #138

* Files (#139)

* document future file functions

* make forms multipart when they contain a file field

* extract http request data reading logic

* start work on file upload

* multipart post data parsing

* millisecond precision in logs

* implement customizable upload file size limits

* wip: add file handling functions

* file handling pseudo-functions

* clippy

* fmt

* Add file upload functionality to changelog

* fix example

* update datetime parsing

* add support for samesite cookies and document cookie expiration

* add support for https

* clippy

* ignore certs

* revert changes to default config

* changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

file uploads
1 participant