-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Drag and drop vs browse #1509
Comments
@lakesare is there anything we can do about this? It’s coming from the OS/browser, so I’m not sure. |
@arturi, relative path being present for a single file on drop is done on purpose, I can change it. There are a few options:
This is also mildly connected to the functionality of selecting folders via the 'My Device' file input, I think it may be doable, should I look into it? |
Discussed with the team in relation to #754 and we're leaning towards (1.) |
1st one makes sense |
Yes, but from my last research on selecting folders, if you allow folders in “select file” dialog (via file input), you can only select folders then — no files. So we’d need to add a separate icon to the Dashboard, “select folder”, and there’s not much we can do for |
Clarification: we will make nonfoldered files' |
Hi, just want to up this thread again. I am encountering an issue wherein when I select a file via browse and then drag and drop the same file, the dashboard just allow it and does not display duplicate validation message. Does anyone has an idea about this? Thanks in advance! Just to add, I am using the @uppy/vue dashboard. |
Drag and dropping a file behaves differently when using the browse feature. I am using the
dashboard
withXHRUpload
to upload files/folder.When I use the
browse
link to upload a file, say,hello.txt
therelativePath
showsnull
but when I drag and drop the same file on it the relative path is/hellow.txt
, which is guess is wrong, it should still benull
knowing that it's not a folder but a single file.The text was updated successfully, but these errors were encountered: