#19442 closed defect (bug) (fixed)
Options for uploading files
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | Help/About | Keywords: | has-patch |
Focuses: | Cc: |
Description
When I click HELP at (wp-admin/media-new.php) I see:
You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share. There are three options for uploading files: 1. Drag and drop your files into the area below. Multiple files are allowed. 2. Select Files will open the multi-file uploader, or you can use the Browser Uploader. 3. Clicking Select Files opens a navigation window showing you files in your operating system. Selecting Open after clicking on the file you want activates a progress bar on the uploader screen. Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.
I can't understand what is the difference between method no.2 and method no. 3 ... I think it is confusing ...
Attachments (1)
Change History (14)
#4
@
14 years ago
- Keywords 3.4-early added; ux-feedback removed
- Milestone changed from Awaiting Review to Future Release
Agreed that it is confusing, but we are past string freeze, so am pushing this to 3.4.
#5
@
13 years ago
Looks like
1) Drag and Drop
2) The old uploader (click on the "Browser uploader" link etc)
3) Click on "Select Files" inside the drag&drop area.
I'd say swap 2 and 3, since you'd want people to use the select-files multi uploader inside the dropulator first. So this?
- Drag and drop your files into the area below. Multiple files are allowed.
- Clicking Select Files opens a navigation window showing you files in your operating system. Selecting Open after clicking on the file you want activates a progress bar on the uploader screen.
- Revert to the browser uploader by clicking the link below the drag and drop box.
#6
@
13 years ago
- Keywords has-patch added
Replying to Ipstenu:
I'd say swap 2 and 3, since you'd want people to use the select-files multi uploader inside the dropulator first. So this?
I agree. The order is much more logical. Patch attached with new order/wording from @Ipstenu. Wasn't sure about adding emphasis on 'drag and drop' in the third list item.
#7
@
13 years ago
My thoughts: There are now two ways to upload. Drag and Drop and Select Files. Browser Uploader is the same as Select Files. Isn't it? OR is it just the uploader of last resort because Select Files is in the JavaScript? Is it time to pick two instead of having three?
If you keep the three, here are my wording suggestions. If you are keeping just two, it still works.
- - - -
You can upload media files here without creating a post first. There are three options for uploading files: Drag and Drop, Select Files, or Browser Uploader.
Drag and Drop
- Find the files you wish to upload on your computer's desktop or file manager.
- Select one or more files.
- Drag and drop them into the drag and drop box.
- WordPress will automatically upload images to the Media Library.
Select Files or Browser Uploader
- Choose one of these two methods by clicking the button or link.
- Locate the files on your computer.
- Select one or more files.
- Click Open.
- WordPress will upload the images to the Media Library.
Once images and files are uploaded to the Media Library, you may share them, add them to your site's content or Widget areas.
#8
@
13 years ago
General notes: In terms of functionality, Drag and Drop and Select Files are the same. The Browser Uploader, while the same as Select Files in terms of UI, is a significant degradation in terms of performance and user experience.
I believe the third bullet is talking about clicking "browser uploader" and then "select files"... although my browser has a label saying "Choose File" and I assume it isn't multi-file upload so the plural "files" in the help text doesn't make sense. I agree that it seems confusing.