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
Hi,
After hours debugging, I find why the data posted to server is cutted. The size of the field exceeded 65535, which is io.ktor.http.cio.CIOMultipartDataBase.formFieldLimit. But I don't how to change it to solve my problem. Is there any walkaround?