ext-cgi-fs

0.0.3 • Public • Published

ext-cgi-fs

File system CGI for ExtJS AJAX proxy

Questions and Bug Reports

Installation

Install the ext-cgi-fs and it's dependencies by executing the following NPM command.

npm install ext-cgi-fs --save

Troubleshooting

The ext-cgi-mongo depends on several other packages. These are.

  • node-uuid

Ensure, that your user has write permission to wherever the node modules are being installed.

QuickStart

Simple AJAX request in ExtJS style:

Ext.Ajax.request({

    url: 'file',
    method: 'GET',
    params: { filePath: fullFileName },
    success: function(res, opts) {
    
        var fileContent = res.responseText;
        
    },
    failure: function(res, opts) {...}

});

Next Steps

Readme

Keywords

Package Sidebar

Install

npm i ext-cgi-fs

Weekly Downloads

1

Version

0.0.3

License

ISC

Last publish

Collaborators

  • airgraph