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

Doesn't support multiple files? #10

Open
QadiymStewart opened this issue Feb 28, 2020 · 5 comments
Open

Doesn't support multiple files? #10

QadiymStewart opened this issue Feb 28, 2020 · 5 comments

Comments

@QadiymStewart
Copy link

Does this support uploading multiple files at once? "multiple" html input tag like the original from steves files input

@DataJuggler
Copy link
Owner

DataJuggler commented Feb 28, 2020

No, to answer your question. I guess it is a matter of personal preference, but I like to start as simple as possible at first or the risk of 'what can go wrong' increases as you add more moving parts.

If you are wanting this feature and / or volunteering if you feel you are up for it, I will update the Nuget package. I saw Steve's example with the multiple files once, just never dove in and tried it.

Besides the multiple parameter, do you happen to know if more than one file stream is returned, is that how he does it? I just worked on the code a few days ago and added a SaveToDisk parameter, and if false the MemoryStream is returned in UploadFileInfo, or are more than one UploadFileInfo instances returned?

I tend to ask questions when I could I could just run the program and find out in almost the same time.

I will try and work on this over the weekend.

Thanks, for the feedback.

Corby

@araujofrancisco
Copy link

I did an initial implementation for multiple files, so far it seems to be working. You are welcome to test it and report any issues.

@DataJuggler
Copy link
Owner

DataJuggler commented Mar 8, 2021 via email

@HoneyTauOverTwo
Copy link

I did an initial implementation for multiple files, so far it seems to be working. You are welcome to test it and report any issues.

Thanks for the fork dude! I tried to implement it myself in a similar way to yours but kept getting exceptions for some odd reason.
You really saved my skin hahaha

@araujofrancisco
Copy link

I did an initial implementation for multiple files, so far it seems to be working. You are welcome to test it and report any issues.

Thanks for the fork dude! I tried to implement it myself in a similar way to yours but kept getting exceptions for some odd reason.
You really saved my skin hahaha

You are welcome! Let me know if you find out any issues.

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

No branches or pull requests

4 participants