https://github.com/turtlepod/uploader-test
Simple upload file in wp.
https://github.com/turtlepod/uploader-test
Last synced: 10 months ago
JSON representation
Simple upload file in wp.
- Host: GitHub
- URL: https://github.com/turtlepod/uploader-test
- Owner: turtlepod
- Created: 2017-12-08T15:40:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T02:48:14.000Z (over 8 years ago)
- Last Synced: 2025-07-13T01:21:39.406Z (12 months ago)
- Language: PHP
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Upload Field
### Why?
Most of the time, we can simply use media modal to upload file in WordPress, but sometimes it's not the best may to do upload.
Example: For front-end (not in WP-admin), form where user is not logged in, or have caps to manage files but we still want files to be uploaded to WP media manager. etc (tons of reason).
### Video
[](https://www.youtube.com/watch?v=achuZv5xn7E)