question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Customizations for multi file upload

See original GitHub issue

First 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
babedevcommented, May 8, 2017

Sound interesting. It will be supported in next release.

0reactions
kittinunfcommented, Jun 10, 2018

I think it should be supported already. Closing this.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found