The file-input tag has no wiki summary.
0
votes
2answers
56 views
Uploading files independently from Save/Cancel of form?
We have a form which has Save/Cancel buttons down at its bottom. A part of this form is managing a collection of file attachments. The user can add, open and delete as many files as she likes.
Should ...
3
votes
2answers
114 views
File operation open/close workflow
I'm working on an application (Mac OS X, if it matters) that opens a user defined file or folder, does a bunch of operations on it (as set up on the main window and tracked on a progress bar), then ...
5
votes
6answers
761 views
Wording for “select folder which we're going to create a folder in”
I'm working on an installer wizard, and one of the things which happens once the wizard is run is the creation of a folder based on your project name
We have a step in the wizard to choose where this ...
5
votes
2answers
203 views
How to best embed a search-as-you-type feature into an input field?
In an intranet UI, when creating or editing a news post, the user is able to attach a file to the post.
This is done by selecting the file which can be found through either:
a file name search ...
8
votes
3answers
461 views
input type file workaround for usability reason
The HTML input of type file consists of a text filed and a button that says "Browse". Because our users are not English speakers, we would like to change the wording on the button to be in Hebrew.
But ...