79752500

Date: 2025-09-01 12:23:46
Score: 1
Natty:
Report link
form.append('audio', { uri: Platform.OS === 'ios' ? uri.replace('file://', '') : uri, name: name || 'upload-file', type: mime || 'application/octet-stream',

Use the correct MIME type if available, otherwise fallback to "application/octet-stream",This ensures the file always has a valid type during upload

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Avinash thanvi