You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if not defined it will get mimetype from filepath extension
However, the type defines that field as required so it must be defined. Can we please switch it to be optional? Otherwise, we have to explicitly specify the filetype.
The text was updated successfully, but these errors were encountered:
When using the
RNFS.uploadFiles
method, there is a type definition namedUploadFileItem
with fieldfiletype
where the docs say...However, the type defines that field as required so it must be defined. Can we please switch it to be optional? Otherwise, we have to explicitly specify the filetype.
The text was updated successfully, but these errors were encountered: