An open API service indexing awesome lists of open source software.

https://github.com/kosalexei/wpfileuploader

Quickly and easily save files to your Wordpress library.
https://github.com/kosalexei/wpfileuploader

file-upload wordpress

Last synced: 2 months ago
JSON representation

Quickly and easily save files to your Wordpress library.

Awesome Lists containing this project

README

          

Quickly and easily save files to your Wordpress library.

## PHP version
5.2.0 or higher.

## Example
```php
$fileUploader = new WpFileUploader( $_FILES );
$fileUploader->save_to_wordpress();
```