Skip to content

File upload to Postgresql with Binary Only, File Only or both

Notifications You must be signed in to change notification settings

jberall/yii2-fileupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Upload with Binary

File upload with binary, file upload or both.

Installation

The preferred way to install this extension is through composer.

After install Migrations are not done. Open the file_upload_table.sql in your database and run it as a query.

In your config file add

'modules' => [ 'fuext' => [ //fuext can be anything 'class' => 'jberall\fileupload\Module', ],
],

then http://your-site.com/fuext/file-upload

Either run

composer require jberall/yii2-fileupload:dev-master 

or add

"jberall/yii2-fileupload": "dev-master"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

About

File upload to Postgresql with Binary Only, File Only or both

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages