H3tansh
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....