sending data from a local system to a remote system

learn more… | top users | synonyms

0
votes
0answers
39 views

User interface for uploading, verifying, and importing data into database

A common task in many applications is when an end user, and not necessarily a power user, has to upload and import a spreadsheet of data (.csv or .xls) from an external source so that the external ...
2
votes
1answer
39 views

Loading several files

I am part of application development team. We are writing an application which takes several geographic files (shape files) and finds where a coordinate intersects with each of the files I would like ...
2
votes
4answers
117 views

What is the universal symbol used to import data?

I was wondering what was the universal symbol of "import data" when I noticed that Google Drive is using the up arrow for "upload" from your desktop which means to "import" in Google Drive. Actually ...
15
votes
7answers
560 views

What's a better label for the traditional “Browse…” button for selecting files to upload?

I've been working on an advanced file uploader, complete with folders and animated progress bars, and wanted to improve the vague "browse" button generally used for launching a file selector window. ...
6
votes
3answers
201 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
110 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
116 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
123 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
137 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 ...
19
votes
10answers
2k 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
136 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
276 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 ...
6
votes
1answer
404 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
94 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
928 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 ...