-
Notifications
You must be signed in to change notification settings - Fork 253
Closed
Labels
Milestone
Description
As a docs consumer, I can send file parameters as part of my multipart/form-data. See the "image" property in the request body of the linked design.
-
On clicking any of the right side of the image input item, opens file system picker for user to select a file.
-
On selecting a file, show the file name as the value in the input.
-
Show x icon on right side if have file uploaded - clicking should clear it.
Follow-up question, out of scope: how does this work w codegen? Can we make it work without too much effort / complexity? Followup?