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

supports multiple files upload using one form name #745

Open
fastcoding opened this issue Sep 5, 2021 · 0 comments
Open

supports multiple files upload using one form name #745

fastcoding opened this issue Sep 5, 2021 · 0 comments

Comments

@fastcoding
Copy link

fastcoding commented Sep 5, 2021

I updated a little to support multiple files using

<input type='file'  multiple name='one_name' />, 

after submit the form, lapis app will receive an array of { :filename, :content }. if multiple attribute is false, it works the original way.

The latest official version can only receive the last file by that input element name.

may I raise a pull request ?

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

1 participant