pub async fn upload_handler( __arg0: State<Arc<AppState>>, __arg1: ConnectInfo<SocketAddr>, headers: HeaderMap, multipart: Multipart, ) -> Result<Response, AppError>