Make sure Docker is installed!
Get your Minio endpoint url, accesskey, and secretkey ready!
docker plugin install rexray/s3fs \| **As a developer you have complete control over the signup and signin functionality...** | |
| ```shell | |
| $ surreal sql --conn http://localhost:8000 --user root --pass root --ns test --db test | |
| ``` | |
| ```sql | |
| -- optional : this is the default see --ns test --db test start server flags | |
| -- USE NS test DB test; |
| // Ajax File upload with jQuery and XHR2 | |
| // Sean Clark http://square-bracket.com | |
| // xhr2 file upload | |
| $.fn.upload = function(remote, data, successFn, progressFn) { | |
| // if we dont have post data, move it along | |
| if (typeof data != "object") { | |
| progressFn = successFn; | |
| successFn = data; | |
| } |