-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
New feature implementation/#2189 Add support for uploading nested folders #2206
Conversation
… of React's attribute naming; Adjusted tests for addition of other attributes.
…upload_files (addresses linter C901) .
…parison to `None` should be `cond is None`"; "W293 [*] Blank line contains whitespace"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
getting there
…c814c75098c8ec1750a74e3770
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost there
…for different input casing;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me
Can you do your hacktoberFest thing @jrobinAV ?
@jrobinAV I've just taken a look at the goodies and they seem pretty sweet. Do I have to sign up somewhere to get them ? |
@RymMichaut should contact you very soon. |
@JosuaCarl congrats on the merged PR, could you please contact me at [email protected] to ship your swag? |
resolves #2189
Implementation:
webkitdirectory
in the<include ...>
block, which delivers the directory structure, relative to the point of entry as thewebkitRelativePath
attribute of ablob / file
.blob
and added thefilePath
variable, containing the mentioned relative path, to theFormData
of the request/tmp
by default)Limitations:
webkitdirectory
as an option forInputHTMLAttributes
, so it is added as an attribute (see JSX render won't allow webkitdirectory and directory to be used facebook/react#3468 (comment)), which conflicts with the TypeScript ESLint guidelinesHelp needed: