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

Closed
wants to merge 1 commit into 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

@gedw99
Copy link
Contributor

gedw99 commented Aug 29, 2024

hey @infogulch and @ taophp

I know hackpadfs, but its not really that stable and worked out.

https://github.com/tractordev/toolkit-go/tree/main/engine/fs is much h better,.

The tractor dev team were originally using Hackpadfs, and also hit problems and so they then build https://github.com/tractordev/toolkit-go

So it might be worth looking at https://github.com/tractordev/toolkit-go

@infogulch
Copy link
Owner Author

Thanks for the pointer, I'll check it out.

@taophp
Copy link

taophp commented Sep 25, 2024

I came across this PR by chance, I saw that you, @gedw99, failed when you wanted to tag me, there is an extra space at @ taophp. But thanks for thinking of me 🤗

@gedw99
Copy link
Contributor

gedw99 commented Dec 1, 2024

I guess PR is abandoned ....

Let me know why and maybe we can come up with a solution...

@infogulch infogulch closed this Feb 9, 2025
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
3 participants