File manager - Edit - /home/jardides/www/Cloud/apps/files/js/upload.js
Back
/* * Copyright (c) 2014 * * This file is licensed under the Affero General Public License version 3 * or later. * * See the COPYING-README file. * */ function Upload(fileSelector) { if ($.support.xhrFileUpload) { return new XHRUpload(fileSelector.target.files); } else { return new FormUpload(fileSelector); } } Upload.target = OC.filePath('files', 'ajax', 'upload.php');
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings