H3tansh

Results 3 comments of H3tansh

> accurate Tried everything including your suggestion, still no luck 😓

This issue still in const formData = new FormData() formData.append('audio_file', { name: fileName, type: 'audio/mp3', uri: filePath }) await fetch('http endpoint', { body: formData, method: 'POST', headers: { 'Content-Type': 'multipart/form-data',...

@huzhanbo1996  below is my working code, It only works if I use deployed HTTPS API URL , but do not work if I use HTTP endpoint running on my localhost....