#12225 closed defect (bug) (fixed)
"This file is too big." Message does not go away after selecting a second image which does fit the maximum size.
Reported by: | dragonflyeye | Owned by: | yoavf |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 2.9.1 |
Component: | Upload | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
WordPress MU 2.9.1.
Steps to reproduce the problem:
- Start a new post
- Click "Add Image" button
- Select an image which is too big. Now you've got the error message on your screen, "This file is too big. The maximum upload size for your server is X."
- Select a new image which does fit the maximum size for your setup.
- The new image uploads fine, but the message still appears in the same location, making it look that this file is also too large.
Attachments (2)
Change History (10)
#2
@
15 years ago
- Keywords has-patch css added
- Owner set to yoavf
- Status changed from new to assigned
- Version changed from 2.9.1 to 3.0
#4
@
15 years ago
- Keywords needs-testing added; css removed
- Version changed from 3.0 to 2.9.1
Resetting version, Please leave that at the originally reported (or earliest known edition the bug exists in) for bug tracking purposes.
#5
@
15 years ago
Also note, This isnt a MU/Multisite specific bug, Any error will trip this, such as uploading a file which falls outside of the "security guidelines", ie. a .php file.
I'm not sure CSS is the right way to go here, Ideally, upon error, the media row should stay (as it is in the crunching stage) and the error be added to the div.
Either that, or all upload file errors be cleared upon uploading a 2nd file, as currently, they just build up at the top of the table.
Note: See
TracTickets for help on using
tickets.
The position:relative didn't fix that for me in FF 3.0. Try the patch I attached and see if it's good across browsers.