lapis icon indicating copy to clipboard operation
lapis copied to clipboard

supports multiple files upload using one form name

Open fastcoding opened this issue 2 years ago • 0 comments

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 ?

fastcoding avatar Sep 05 '21 11:09 fastcoding