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.

multipart form data?

See original GitHub issue

I’ve tryed to use this library to send a multipart form data. I’m using vuejs and javascript FormData but it does not work. I’ve using axios semantic like this: https://scotch.io/tutorials/how-to-handle-file-uploads-in-vue-2

var formData = new FormData()
formData.append('fieldName', File)
trae.post(url, formData)

How can I solve this?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
gillchristiancommented, Apr 16, 2018

@viciotec looks like @clochi’s is right, I will work on it as soon as I can.

0reactions
gillchristiancommented, Aug 7, 2019

@cmoralesheras eres bienvenido a colaborar en la librería, nosotros lo hacemos en nuestro tiempo libre

En el momento empezamos a trabajar en la v2 y nos gustaría resolver en issue ahí

Read more comments on GitHub >

github_iconTop Results From Across the Web

What does enctype='multipart/form-data' mean? - Stack Overflow
multipart /form-data is one of the value of enctype attribute, which is used in form element that have a file upload. multi-part means...
Read more >
RFC 2388 multipart/form-data - IETF
This specification defines an Internet Media Type, multipart/form- data, which can be used by a wide variety of applications and transported by a...
Read more >
Define multipart form data - GeeksforGeeks
Multipart form data : The ENCTYPE attribute of <form> tag specifies the method of encoding for the form data. It is one of...
Read more >
Upload Data using Multipart. <form action ... - Medium
The media-type multipart/form-data follows the rules of all multipart MIME data streams as outlined in [RFC 2046]. In forms, there are a series...
Read more >
Using FormData Objects - Web APIs | MDN
The FormData object lets you compile a set of key/value pairs to send ... the data if the form's encoding type were set...
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