create an file php.ini
and copy via ftp or ssh to wp-admin;
inside this file the follow values; play with values for test and see the result.
memory_limit = 32M
upload_max_filesize = 32M
post_max_size = 32M
file_uploads = On
Related Posts:
- How to increase the file size limit for media uploads?
- Upload media file problem
- Organising and display thousands of photos in media library
- Disable image attachment links
- Using Image insert control in code
- Disable slow media queries?
- Uploading Images to Multi-Site Causes Failure to HTTP Error
- File exceeds upload_max_filesize, despite max filesize being large enough
- The uploaded file exceeds!
- Create custom fields as image uploads [duplicate]
- Why is unfiltered_upload not working despite being enabled?
- Detect Featured Image remove while editing post in wp-admin (client-side)
- Can I manage the photos that are pulled from Instagram before they are uploaded?
- wp.media – drag&drop overlay stuck
- OSX El Capitan local install Maximum upload file size: 2 MB But php.ini set to 64M
- Hook into backbone to add js to wp-admin -> media library?
- Images on admin backend not showing up
- No wp-admin, wp-config, or .htaccess folder/file
- fails upload images in posts + wp-admin/upload.php 403 error
- Organizing Code in your WordPress Theme's functions.php File?
- How to Protect Uploads, if User is not Logged In?
- How to check if a user is in a specific role?
- Can I rename the wp-admin folder?
- How do I Enqueue styles/scripts on Certain /wp-admin Pages?
- How can I add an image upload field directly to a custom write panel?
- Changing Admin Menu Labels
- Adding custom columns to custom post types
- Adding Fields to the Category, Tag and Custom Taxonomy Edit Screen in the WordPress Admin?
- adding custom stylesheet to wp-admin
- Can’t change language (only “English (United States)”)
- Is there ANY way to remove comments function and section totally?
- How to Fix HTTP Error When Uploading Images?
- How to use “menu_order” field for posts?
- “Too many redirects” ONLY when trying to access wp-admin page
- How to add new tab to media upload manager with custom set of images?
- How to restrict dashboard access to Admins only?
- Admin Page Redirect
- Disable dragging of meta boxes?
- Add “upload media” button in meta box field
- Toggle admin metabox based upon chosen page template
- Extend Media Library
- Unable to login and wp-login.php redirects to wp-admin%2F&reauth=1?
- How Can I Add the “Insert From URL” Tab to a Custom 3.5 Media Uploader?
- When moving a WP site, why does wp-admin redirect to old site?
- How to disable the “Post Lock/Edit Lock”?
- How to make “Upload files”selected by default in Insert Media?
- adding the category to the admin column for a custom post type?
- How can we make managing lots of pages in WordPress Admin better?
- WordPress 3.5: Setting custom “full URL path to files” in the Media Library?
- Change page title in admin area
- do_shortcode() within Admin Page
- How can I control the position in the admin menu of items added by plugins?
- “Add Media” button in custom plugin
- Changing the ‘wp-admin’ URL to whatever I want
- Upload images to remote server
- what happens to existing media files when I switch to year/month directory structure format?
- Reject upload of wrong-sized images using the Media Uploader
- Unit testing in the WordPress backend (is_admin() is true)
- Admin ajax request return 0 with die()
- How to prevent access to wp-admin for certain user roles?
- How to show all available images in WP’s media library when using the Polylang plugin?
- How to remove screen options and help links in the admin area?
- How to remove the core embed blocks in WordPress 5.6?
- Create WP tutorial for users with admin pointer using next button for navigation
- I’m getting a 404 message when I try to access wpadmin
- Taxonomy dropdown metabox in the back-end
- wordpress wp-admin css not loading
- Sort admin menu items
- How to order by post meta name in wp admin?
- How set defaults on wpLink()
- How to add a custom field to the media screen (image/gallery)?
- Uploading media with the REST API
- Saving data-URI to media library
- Remove dashboard, use Pages tab as default
- Can’t upload media, permissions are correct
- Saving Media – Which Hook is Fired?
- How to redirect/rewrite all /wp-login requests
- Set limit to media upload?
- Show all post tags on post edit screen/sidebox
- How to hook in and modify the new revisions UI (3.6+)?
- WordPress 3.5: Switch back to Old Media Uploader?
- How to display a static HTML page while setting up a WordPress site?
- Limit widget to certain sidebar?
- How can I uninstall a language?
- Check if user is admin by user ID
- My wordpress site gets redirected automatically to the old site any known solution for this?
- Best way to present options for home page in admin?
- Use a different domain for SSL
- Remove specific items from Quick Edit menu of a Custom Post Type?
- How to filter by post-format in admin?
- Unable to login to my wordpress site. reauth=1 redirection loop
- upload_async.php returns 500 error
- Which filters or actions to use after a media upload and delete?
- Add “external” link to admin menu in the backend
- Decrease file size upload in Media
- How to Layer 7 Load Balance WordPress Backend and Frontend?
- Remote upload file to server B
- Display attachments by ID in a wp.media frame
- Use a separate custom table (not posts) to handle file upload data
- How can I improve the line break handling in the WYSIWYG editor?