Opened 17 years ago
Closed 16 years ago
#10849 closed defect (bug) (fixed)
OPML import file size limit
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Import | Keywords: | has-patch |
| Focuses: | Cc: |
Description
The opml import script currently uses a hidden input field of "MAX_FILE_SIZE" to limit the import size (currently 30000 bytes)
- This is too small
- This is a hidden input field that can overridden with tools like Firebug etc.
Suggestions
- Either remove the file size limit and rely on each server file limit.
- OR up the file limit (100kb at least) and enforce that in the php script
I can submit a patch for option 2 if that's better.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Use wp_max_upload_size and fix a notice for undefined index.