Simple use case to upload .csv and .json #986
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I can get every complex mime type working but it doesnt look like I can't get HTTP request with application/json and text/csv mime-parts. Request always goes out as application/octet-stream. I dont see json and csv handled in FileType class. Is there an easy fix for this? Seems simple enough but can't find a way other than of course modifying FileType class.
Payload:
Content-Disposition: form-data; name="file", filename="data.json"
Content-Type: application/octet-stream
any update for this topic?
Same issue for me, can't load a .json file and it would be such an easy fix..