-
Notifications
You must be signed in to change notification settings - Fork 36
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
allow recursive upload of folder/directory #116
Labels
Milestone
Comments
are you doing this via the upload dialog? That is, select upload, and then
pick a directory and it attempts to do so? What browser/os are you on? On
Mac/Chrome it only allows you to select a file or multiple files...It may
be at this level we need to look at it.
…On Sun, Sep 22, 2019 at 2:24 AM Jonathon Anderson ***@***.***> wrote:
Metalnx accepts a request to upload a folder/directory; but then it hangs
apparently indefinitely with an arbitrary low percentage complete.
I'm hoping Metalnx is meant to be able to handle directory uploads as a
single operation; but, if not, it should report this lack up support when
the operation is requested, and fail immediately.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#116?email_source=notifications&email_token=AAIL4LPGX54MZ36SKNW4L5TQK4FRHA5CNFSM4IZBNNT2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HM3UOSQ>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIL4LLKZNRKS5PVXTV7GYDQK4FRHANCNFSM4IZBNNTQ>
.
|
I think I was using the drag-and-drop support in the upload dialog with Safari. I'll try it with another browser, too. |
Ok and yes we should add some code on the back end to catch when a folder
upload is happening b/c that's not actually supported, Mutli file is though.
…On Mon, Sep 23, 2019 at 3:20 PM Jonathon Anderson ***@***.***> wrote:
I think I was using the drag-and-drop support in the upload dialog with
Safari. I'll try it with another browser, too.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#116?email_source=notifications&email_token=AAIL4LP5IKJOARCT4VPYQJLQLEJIPA5CNFSM4IZBNNT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7L7AXI#issuecomment-534245469>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIL4LLFUPWOMSKKMERD6FDQLEJIPANCNFSM4IZBNNTQ>
.
|
Any chance it could be supported? :) |
Indeed, that would be nice, it might be a thing to split into a bug and a
feature
…On Mon, Sep 23, 2019 at 3:30 PM Jonathon Anderson ***@***.***> wrote:
Any chance it *could* be supported? :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#116?email_source=notifications&email_token=AAIL4LMSRUFED7O7NCQORILQLEKN5A5CNFSM4IZBNNT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD7L74WA#issuecomment-534249048>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIL4LOCKHPO5C5KDWF755LQLEKN5ANCNFSM4IZBNNTQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Metalnx accepts a request to upload a folder/directory; but then it hangs apparently indefinitely with an arbitrary low percentage complete.
I'm hoping Metalnx is meant to be able to handle directory uploads as a single operation; but, if not, it should report this lack up support when the operation is requested, and fail immediately.
The text was updated successfully, but these errors were encountered: