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
I'm encountering issues with file uploading on iOS, using the latest repository here on github.
Specifically, the sample for file uploading (with "/mime" routing) in Criollo/Apps/Criollo iOS App does not appear to work correctly: when the form is submitted, the POST request.body and request.files are always empty. Form types other than multipart seems to work fine (but of course file uploads are not possible)
I am testing from a mac with Safari & Firefox connecting to Criollo server on iOS. (Haven't tested if it works the other way around)
The text was updated successfully, but these errors were encountered:
Would be interesting to know if it's only an iOS thing.
I've tried running the Criollo server on osx and had the same issue, so it looks like it's not specific to iOS.
EDIT: After a bit of further testing, apparently the latest pod release (1.0.1) does not have this issue, so it only happens with the latest code (The reason I'm using the master branch is that openSSL gave me troubles building for the iOS simulator on my M1 mac, and the latest criollo does not depend on it)
First of all thanks for the great library!
I'm encountering issues with file uploading on iOS, using the latest repository here on github.
Specifically, the sample for file uploading (with "/mime" routing) in Criollo/Apps/Criollo iOS App does not appear to work correctly: when the form is submitted, the POST request.body and request.files are always empty. Form types other than multipart seems to work fine (but of course file uploads are not possible)
I am testing from a mac with Safari & Firefox connecting to Criollo server on iOS. (Haven't tested if it works the other way around)
The text was updated successfully, but these errors were encountered: