Multifile upload design

Phew, after much trial and error on how to get rid of that ugly uploader element:

  1. Put the uploader inside a group where the group is the exact size of the uploader element.
  2. Add a shape/group that is not visible but is in front of the uploader. You can customize this anyway you want to say something like “Please Wait for upload”.
  3. Add a text custom state called something like “uploading” defaulted to no.
  4. Add a workflow when the group is clicked to change the custom state to yes.
  5. Add conditional to the “Please wait” shape/group to be visible when the uploading state is yes.
  6. Add a workflow when the uploader’s value has changed to change the custom state to “complete”.
  7. Add conditional to the shape to change the text to “Upload complete” when the state is complete.

com-video-to-gif

8 Likes