File Upload
JumpKick.HttpLib — File Upload Overview File upload is implemented with Http.Post() + .Upload(), using the multipart/form‑data format for local file uploads;Core class: NamedFileStream(form‑field name, file name, MIME type, file stream) …