The standard approach for this is to use https://secure.phabricator.com/file/upload/ , but there doesn't seem to be a way to directly create a mock from an F-number image.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | epriestley | T6523 Allow creating/adding images to mocks with a vanilla upload control | ||
Resolved | epriestley | T5187 Make "Upload File" dialog have a vanilla file upload control |
Event Timeline
Comment Actions
My plan is to put an on-hover (always available on mobile) edit icon on top of the thumbs on the edit UI, similar to how the interaction works on workboard cards:
+-----------------+ | [ E ] | | | ...
This will trigger a dialog flow similar to the new remarkup "Upload File" interaction from T5187, although the user will only be able to select one file.
I'll probably make the "add new image" drop target more of a persistent/clickable element. The user will be able to select multiple files on this flow.
Comment Actions
After D16088:
- You can click the "new image" area to add new images, instead of dragging and dropping images into it.
- You can click any thumbnail to update it, instead of dragging and dropping a replacement.
Comment Actions
I believe this is now fixed and all the business stuff is wrapped up on our side. If anyone runs into issues, feel free to file a followup describing what you're hitting.
(See T6523#179695 above for specific instructions on using the new stuff.)