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

Add writable fs dot provider; method to receive uploaded files #11

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

infogulch
Copy link
Owner

@infogulch infogulch commented Apr 2, 2024

Fixes #8

  • Create file, make dir
  • Delete files & dirs
  • File upload streams files to FS writer.
  • Pending upstream issue Bug: hackpadfs/os fails to root file name hack-pad/hackpadfs#41 . Alternatives:
    • Switch to jarxorg/wfs
    • Don't use abstract FS at all, code against os files directly. I was thinking it would be nice to keep the same provider and allow users to override the target with alternative implementations (nfs, s3, sqlite fs, etc), but maybe this is too much of a stretch.
  • Add more tests, set up test runner to reset uploaded files

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.

Feature request: Handle file upload from forms
1 participant