Replies: 3 comments 6 replies
-
hey @dengste |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you ever figure this out? I am facing a similar issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@yoavniran @dengste @reggaebass any solutions ? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, first off: thanks for this great package!
I'm trying to upload a full directory containing subdirectories, and I'd like to keep that structure. I use
webkitdirectory="true"
as to upload directories, and I can see that the File objects have the properwebkitRelativePath
. However, my backend only receives the plainname
. I tried to replacename
withwebkitRelativePath
usinguseRequestPreSend
, but that only leads to type errors. I have the feeling I'm missing something obvious, any help appreciated!Beta Was this translation helpful? Give feedback.
All reactions