0.0.3 • Published 8 years ago

ext-cgi-fs v0.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

ext-cgi-fs

File system CGI for ExtJS AJAX proxy

Questions and Bug Reports

  • mailing list: Victor.Vazin@gmail.com

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

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago