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
Here for other types of form data,The code chose to save it in a temporary file.
I want to know what is the point of this?
Why not convert the value of this field to a byte array and pass it directly to the user?
Or to be compatible with Hashmap in the code?
The text was updated successfully, but these errors were encountered:
Here for other types of form data,The code chose to save it in a temporary file.
I want to know what is the point of this?
Why not convert the value of this field to a byte array and pass it directly to the user?
Or to be compatible with Hashmap in the code?
nanohttpd/core/src/main/java/org/nanohttpd/protocols/http/HTTPSession.java
Line 274 in efb2ebf
Here for other types of form data,The code chose to save it in a temporary file.
I want to know what is the point of this?
Why not convert the value of this field to a byte array and pass it directly to the user?
Or to be compatible with Hashmap in the code?
The text was updated successfully, but these errors were encountered: