You can just grab the first file in the $_FILES array.
if ($_FILES) {
return $FILES[0];
}
Related Posts:
- How to add new tab to media upload manager with custom set of images?
- Reject upload of wrong-sized images using the Media Uploader
- How to show all available images in WP’s media library when using the Polylang plugin?
- How to add a custom field to the media screen (image/gallery)?
- Saving Media – Which Hook is Fired?
- upload_async.php returns 500 error
- Which filters or actions to use after a media upload and delete?
- Protecting direct access to PDF and ZIP unless user logged in (without plugin)
- Insert images to post not working
- wp_generate_attachment_metadata returns empty array
- Large Uploads in WordPress
- Set a maximum upload count for users on a specific user role
- Refresh wp.media after ajax call
- Multisite, upload images directly to Amazon S3
- Password protect some uploaded files, so only logged-in users can view them
- wp_editor with media buttons
- Force wordpress to see uploads folder media
- Append button to WordPress Image Details modal
- Disable TinyMCE Drag and Drop
- WP3.5 Media Uploader – how to make it accept multiple images?
- Media uploader not work properly [closed]
- Setting wp_temp_dir and permissions not working for “Missing A Temporary Folder” error
- wp_temp_dir does not change the /tmp temporary default directory
- Retrieving JSON data in ajax request from media uploader
- Maximum upload size changes in php.ini ignored – How to remove upload size limit?
- How to disable WordPress Media resize different size version?
- Media library storing files in uploads not folders within in uploads
- How to side load an image from a service
- Media handle sideload not working
- How to overwrite wp_unique_filename logic
- How to change upload directory based on frontend form input name or ID?
- How to host different file formats/types for a media attachment without creating multiple attachments?
- How To install AWS SDK for PHP in wordpress?
- How to delete uploads not in media library?
- Add fields to the WordPress media uploader
- Change default from “Attachment post URL” to “File URL” in Add Media
- Why does SVG upload in Media Library fail if the file does not have an XML tag at the beginning?
- media_handle_upload : undefined function?
- Site icons with alpha channel for self-hosted WordPress blog network
- Cannot upload .mp3 file to wordpress media
- Using subdomain to upload media/images etc on 2 different blogs
- WordPress suddenly starts uploading media to an old (backdated) folder
- XML-RPC: How to add media caption to uploaded image?
- Restrict WordPress Media Library for a specific user role (users can only see/select own media)
- Can I change the URL of a video, or upload a video to a specific URL?
- Convert (-) and (escape) signs to (_) when uploading files on wordpress media library automatically
- wrong media url in wordpress
- Move files from flat upload directory to organised by year / month
- Using wp_enqueue_media() with switch_to_blog() issue
- Can’t manipulate media uploads
- Protecting uploads not working
- How to get the return value of wp.media({ frame: ‘post’ }) in all cases?
- Media library only shows for admin. Doesn’t show editor or below [closed]
- Upload featured image from front end using media-upload.php
- What relationship determines which images appear in ‘uploaded to post’ in edit/add post media dialog
- Capability to prevent upload of files
- Custom media uploader not showing library
- tb_show not showing a media upload window . custom plugin
- How can I manage and limit disk usage for each author?
- In the media Rest API, what is “missing_image_sizes”?
- How can I modify the media upload form fields?
- A link (not in the post) to download a specific PDF file
- Migrating media files (documents only) to a fresh install and maintaining the same directory structure
- How does wordpress handle media files?
- upload_max_size doesn’t change
- limit media upload to once a day
- Add SWF file to wordpress through custom template
- Uploading flash flipbook to mu wordpress site
- Better solution for managing media attachments with `wp_editor()`?
- Control resizing of uploaded images
- Uploaded images result in a file url with full path on disk appended
- Migrating WordPress Uploads To S3 Object Storage
- Upload Video using wordpress rest api with ionic
- SVG not displaying in Media Tab in Backend
- Missing a temporary folder not fixed
- How to remove media by filename?
- media_handle_upload() returns Specified file failed upload test
- WP media upload issues
- Images not displaying on site or media library
- Is there some way to find if media items are used anywhere on the site?
- Media uploads error
- Media URL slugs without uploads folder path
- Frontend media shows “An error occurred in the upload. Please try again later.”
- Moving wp-content folder to public_html
- Media not displaying other users uploads – WordPress 4.9.2
- WP_Custom_Media_Control | Give ID to media file
- WP Add Media Button – Can I set the default size to Original/Full Size
- wp.media – media uploader – how to destroy instance of modal?
- Issues with WordPress 3.9.6 media libraries on XAMPP
- Used Duplicator to transfer a site. Now my media uploads aren’t working
- controlling whether upload is attached to post or not
- How to split my uploaded media into directories?
- All files unattached in Media Library
- WordPress media upload multiple images
- How to upload an image using media uploader and return the image link to javascript?
- I am facing problem in loading and downloading Mp3 files
- How to disable direct media file access in nginx or ubuntu for non loggedin users?
- Updating Media Library PDF’s in bulk
- Does WordPress import export tool keeps the file hosted on the old website?
- How to properly move media files and update data?