Autoloader.php |
flowphp/src/Flow/Autoloader.php |
Flow |
|
AutoloadTest.php |
flowphp/test/Unit/AutoloadTest.php |
Unit |
|
Basic.php |
flowphp/src/Flow/Basic.php |
Flow |
|
bootstrap.php |
flowphp/test/bootstrap.php |
|
|
Config.php |
flowphp/src/Flow/Config.php |
Flow |
|
ConfigInterface.php |
flowphp/src/Flow/ConfigInterface.php |
Flow |
|
ConfigTest.php |
flowphp/test/Unit/ConfigTest.php |
Unit |
|
File.php |
flowphp/src/Flow/File.php |
Flow |
|
FileLockException.php |
flowphp/src/Flow/FileLockException.php |
Flow |
|
FileOpenException.php |
flowphp/src/Flow/FileOpenException.php |
Flow |
|
FileTest.php |
flowphp/test/Unit/FileTest.php |
Unit |
|
Flow.js - Multiple simultaneous, stable and resumable uploads via the HTML5 File API |
flowjs/samples/Node.js/public/index.html |
|
Flow.js - Multiple simultaneous, stable and resumable uploads via the HTML5 File API |
FlowUnitCase.php |
flowphp/test/Unit/FlowUnitCase.php |
Unit |
|
FustyRequest.php |
flowphp/src/Flow/FustyRequest.php |
Flow |
|
FustyRequestTest.php |
flowphp/test/Unit/FustyRequestTest.php |
Unit |
|
MongoConfig.php |
flowphp/src/Flow/Mongo/MongoConfig.php |
Flow\Mongo |
|
MongoConfigInterface.php |
flowphp/src/Flow/Mongo/MongoConfigInterface.php |
Flow\Mongo |
|
MongoFile.php |
flowphp/src/Flow/Mongo/MongoFile.php |
Flow\Mongo |
|
MongoUploader.php |
flowphp/src/Flow/Mongo/MongoUploader.php |
Flow\Mongo |
|
ocupload.css |
ocupload.css |
|
#upload-queue {
position: fixed;
bottom: 0;
right: 0;
width: 300px;
z-index: 999;
}
#upload-queue div {
padding: 1em 1.5em;
background: #E0E0D8;
margin: 5px 10px;
border-radius: 4px;
line-height: 120%;
white-space: nowrap;
… |
ocupload.features.inc |
ocupload.features.inc |
|
|
ocupload.inc |
ocupload.inc |
|
One Click Upload includes. |
ocupload.info |
ocupload.info |
|
name = One Click Upload
description = Simple file uploads to BUEditor, CKEditor and textareas.
core = 7.x
package = Content authoring
configure = admin/config/content/ocupload
php = 5.4 |
ocupload.install |
ocupload.install |
|
One Click Upload install file. |
ocupload.module |
ocupload.module |
|
|
README.txt |
README.txt |
|
Requirements:
-------------
1. PHP >= 5.4
2. Browser with support HTML5 File API (IE 10+, Firefox 3.6+, Chrome 13+, Safari 6+, Opera 11.5+).
Installation:
-------------
1. Extract module archive in "sites/all/modules".
2. Enable… |
Request.php |
flowphp/src/Flow/Request.php |
Flow |
|
RequestInterface.php |
flowphp/src/Flow/RequestInterface.php |
Flow |
|
RequestTest.php |
flowphp/test/Unit/RequestTest.php |
Unit |
|
Resumable.js - Multiple simultaneous, stable and resumable uploads via the HTML5 File API |
flowjs/samples/java/web/index.html |
|
Resumable.js - Multiple simultaneous, stable and resumable uploads via the HTML5 File API |
style.css |
flowjs/samples/java/web/style.css |
|
/* Reset… |
style.css |
flowjs/samples/Node.js/public/style.css |
|
/* Reset… |
travis.sh |
flowjs/travis.sh |
|
#!/bin/bash
set -e
if [ $TEST = "unit-tests" ]; then
echo "Running unit-tests"
export DISPLAY=:99.0
sh -e /etc/init.d/xvfb start
sleep 1
grunt karma:coverage
… |
Uploader.php |
flowphp/src/Flow/Uploader.php |
Flow |
|
UploaderTest.php |
flowphp/test/Unit/UploaderTest.php |
Unit |
|