Customizations for multi file upload
See original GitHub issueFirst of all, great thing that multi file upload has been implemented!
I propose adding some options to allow setting
- media type
- file name
- field value
for example: in OkHttp I can do this:
body.addFormDataPart("images[]", "image_name.jpg", RequestBody.create(MediaType.parse("image/jpeg"), imageFile))
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Customizable Multi-file Uploader - SlashUploader - CSS Script
SlashUploader is a simple, flexible, cross-browser, highly customizable file uploader written in pure JavaScript.
Read more >Customizing the Multi-File Merge Tag - Gravity Wiz
A simple way to create custom templates for displaying files uploaded via a Multi-File Upload field. Image files can be displayed as images,...
Read more >Custom Multiple File Upload in Lightning Web Component(lwc)
This post explains how to use custom multiple file upload in Lightning web components(lwc). Note: This component only works for small size files ......
Read more >Custom form multiple file upload with different extension
I am working multi file upload functionality with different extensions(pdf,doc,png,jpg). Following code is working fine for multiple images upload.
Read more >Custom Field Type: Upload - Multiple Files Storage - SmartWiki
This custom field type stores multiple files into a single field. Files can be uploaded individually or in groups. This field type is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sound interesting. It will be supported in next release.
I think it should be supported already. Closing this.