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 support for uploading without actually having a physical file #25

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

Conversation

logiclrd
Copy link

I have no easy way to test this... yet. I am working on some code that will eventually be integrated with B2. But, I need this functionality -- the ability to upload a file without that file being an actual physical file on the client side at the time of the upload.

…ails about the file instead of just a path from which to read them from disk.

Implemented the new overload by splitting the UploadAsync method implementation in Storage.Files.cs. The old overload gathers the details from the physical file and then supplies them to the implementation of the new overload.
@logiclrd logiclrd force-pushed the JDG_UploadWithoutActualFile branch from b60a3e6 to 170f967 Compare May 17, 2024 23:40
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.

None yet

1 participant