Muhammad Syafiq
Results
1
comments of
Muhammad Syafiq
add "name" variable will do ``` let fm = new FormData(); response.name = response.fileName; fm.append('files', response) axios({ method: 'post', url: targetURL, data: fm, config: { headers: {'Content-Type': 'multipart/form-data' }} }).then(resp=>{...