sending data from a local system to a remote system
6
votes
3answers
166 views
How does “upload an image” behave in a Responsive Design environment?
i.e. "Upload CTA" usually launches an OS based file selection interface on desktop devices. How would this work within a responsive design environment if the user is on a mobile browser. Would it / ...
3
votes
2answers
104 views
How can users edit metadata in a bulk photo uploader app?
I'm developing a photo uploader iPhone app for an image hosting site. Each image has two details of metadata:
Title/Filename (required, unique)
Description (required)
Categories (0 or more)
One of ...
4
votes
2answers
107 views
Best way to include multiple upload fields in crowded form?
Context:
I'm working on a four step form, each step has between 4 to 10 input elements of various types, from text fields to dropdowns and checkboxes. I've managed to keep it gradual and easy so the ...
2
votes
6answers
121 views
Forcing a workflow while making it easier for the user
I'm working on an internal webapp that requires users to Enter Meeting Notes. Currently, the users write their notes in a Word template, then copy/paste into one large text field in the app. The notes ...
3
votes
1answer
135 views
Allowing image upload vs linking images
So, I'm developing a forum and I'd like to allow people to attach images to their posts (1 image per post) if they want. Now, I could do this the way Facebook does, that is, if there is a URL in the ...
18
votes
10answers
1k views
What's the least confusing UI for offering to either enter a URL or upload a file?
I have a simple form where a user may contribute a link or upload a document adding a title and optionally some notes.
What's the best UI for allowing for either a URL or a file (but not both)?
3
votes
1answer
131 views
Upload and save picture immediately after selection
I currently have an interface for editing a user's profile in a web app:
download bmml source – Wireframes created with Balsamiq Mockups
There's a discrete form in each tab of the ...
3
votes
6answers
266 views
Notification when user leaves a page, if a background task is running?
I am developing a page which allows users to select files to upload to my server. While the files are being uploaded, if the user navigates to a different page (using the browser back button, for ...
4
votes
4answers
287 views
Should a file location field be provided up-front as part of a file upload feature?
Where there is the option to upload a single file to a website, what is the most intuitive method of doing this?
There seem to be two obvious options:
Give the user the location field and ...
6
votes
1answer
394 views
How to facilitate mass data entry?
I am a programmer & I am working on a web app that requires a GUI for facilitating mass data entry. Now this "data entry" can be of different types like audio, video, text etc. I already have ...
1
vote
1answer
92 views
Need advice - how can we improve process of uploading photos and videos that verify user's profile?
I really need your advice - we have a dating feature on site, where people can verify their profiles uploading photos or videos with their usernames and name of site. The problem is that 80-90% of ...
2
votes
4answers
1k views
File uploading, best practices?
I'm currently reworking the file uploading process of our own (custom) CMS system. This CMS powers different types of websites and is mainly used to upload new or select existing images. Some clients ...
5
votes
5answers
867 views
Multiple file selection for web file upload
I was recently asked what it would take to do multiple file uploads from a a web page with a traditional single selection browse box. My first reaction was, you can't!! Browsers don't allow it. I ...