All Questions
2 questions
1
vote
1
answer
493
views
In newer iOS versions, error using form-data w/ multer & react-native-image-picker ([_NSCFConstantString substringToIndex:]: Index x out of bounds...)
When trying to send form-data that includes an image to the node multer library in the backend, the iOS simulators are giving me the error below in newer ios versions (version 13.7 didn't have any ...
0
votes
1
answer
166
views
Images and Videos are not uploading to server using axios while in debugging mode
I'm using react-native-image-crop-picker to get image from gallery and trying to upload it on the server using Axios.But its not uploading to the server and when I hit the api to upload it starts ...