Thank you so much for your advice. It looks it will work, but I’ve been not able to read content of this multipart array. How can I do that? How can I get data of multipart?
I tried following:
println(HTTP.parse_multipart_form(req)[2].data)
┌ Error: error handling request
│ exception =
│ ArgumentError: ensureroom failed, IOBuffer is not writeable
│ Stacktrace:
│ [1] ensureroom_slowpath(::Base.GenericIOBuffer{SubArray{UInt8,1,Array{UInt8,1},Tuple{UnitRange{Int64}},true}}, ::UInt64) at ./iobuffer.jl:303
│ [2] ensureroom at ./iobuffer.jl:325 [inlined]
│ [3] write at ./iobuffer.jl:446 [inlined]