What folder to place Large Video files?

I'm using WordPress to upload videos. I have to use WordPress to upload the videos, because they need to remain past a password protected side of the website.

I have access to the WordPress content folders, so I can move media in and out from the folders, and it would be reflective on the WordPress (basically FTP).

Currently, my upload limit is 200MB, and I'm having trouble uploading anything past about 30MBs. I'm getting an HTTP error. I have the larger video files now sitting in wp-content/.../2017/08 where all my other uploads are, and the videos are not populating into WordPress Dashboard area.

Any ideas on how to get this successfully into WordPress?

Topic uploads videos Wordpress

Category Web


WordPress doesn't process uploaded files directly from file system, it stores information about them as attachments in database.

If you need to turn a directly uploaded file into an attachment the term for it would be a sideload. There are some API functions in WP to help with the task, starting with media_handle_sideload().

Also note that none of WordPress is designed to function from private location on web server. Uploads folder is typically public, as is everything in it (knowing URLs to files).

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.