????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.217.114 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.notes-online.se/login/login/upload/ |
Upload File : |
JDiskExplorer add-on for JFileUpload
http://www.jfileupload.com
==========================================================
JFileUpload homepage:
http://www.jfileupload.com/products/jfileupload/index.html
JDiskExplorer homepage:
http://www.jfileupload.com/products/jdiskexplorer/index.html
Support forums:
http://www.jfileupload.com/support/forums/index.php
==========================================================
This plugin allows to browse local file system and remote file system.
It allows to delete files/folders, create folders and rename files/folders
for both local and remote file system. It also allows to upload and download
files/folders from local file system to remote file system through HTTP or FTP.
Installation:
------------
1 - Copy explorerui.jar file under lib/ folder of JFileUpload installation.
2 - Modify dist/applet_ftp_explorer.js or dist/applet_http_explorer.js
to setup basic parameters and open HTML file in your browser to try it.
3 - Copy i18n_bar.properties and i18n_pane.properties into the same folder
as your HTML file. You could modify i18n_pane.properties to update
front-end messages, panel position, ...
For HTTP transfer usage, see installation notes at the end of this file.
----------------
11/28/2011: v2.9
----------------
- Last selected folder saved when preferences parameter enabled.
----------------
01/17/2011: v2.8
----------------
- IPv6 support added for FTP/S.
----------------
08/17/2010: v2.7
----------------
- Files and folders leading space bug fixed for FTP/S.
- i18n_pane.properties improved:
files.table.column.filename.width
files.table.column.size.width
files.table.column.date.width
panel.remote.browse.force
button.connect
----------------
04/15/2010: v2.6
----------------
- URL support added for resources parameter.
- i18n support improved to fix applet warning for JRE 1.6.0_19 (or higher).
----------------
11/10/2009: v2.5
----------------
- Bug fix on HTTP download cancellation.
- resources and transferuiresources are now optional.
----------------
05/25/2009: v2.4
----------------
- Date and size columns removal bug fixed.
----------------
02/03/2009: v2.3
----------------
- Open pop-up menu added for local file panel with JRE 1.6 (or higher).
- i18n.properties updated.
----------------
11/03/2008: v2.2
----------------
- Sorting up/down arrows added.
- Pop-up menu added for empty panel.
- Unexpected sorting when resizing column bug fixed.
- Pop-up menus are enabled/disabled depending on selection.
- Pop-up menu selection on right click option added.
- JavaScript callback support for custom and extended commands added.
- "retry" parameter support added for FTP download.
- Duplicate home directory in combox box bug fixed under MacOSX.
- Multiple "/" bug fixed for CWD FTP download command.
- Empty file size bug fixed.
- i18n.properties updated:
files.table.column.filename.align
files.table.column.date.align
files.table.column.size.align
files.table.column.size.bext
files.table.column.size.mbext
files.table.column.size.gbext
files.table.column.size.pattern
dnd.selectfolderastarget
----------------
06/23/2008: v2.1
----------------
- "onebutton" property added to workaround one mouse button pop-up issue.
- i18n_pane.properties improved:
panel.background.color added.
panel.remote.background.color added.
panel.local.background.color added.
panel.button.background.color added.
----------------
02/25/2008: v2.0
----------------
- Progress bar added when updating remote panel content.
- Remote custom command support added for both FTP and HTTP.
- Remote extended command support added for both FTP and HTTP.
- "Transfer-Encoding: chunked" support added for HTTP download.
- Empty folder delete bug fixed for Microsoft FTP server.
"deletefolder" extra parameter added.
- Overall progress bar bug fixed for download.
- Third FTP implementation plugin support added through
"modefilesystem" and "modedownload" transferuiparam2
and transferuiparam3 extra parameters.
------
v1.2.3
------
- Resource file improved:
panel.local.combobox.lastdir added.
- Bug fix allowing to display pop-up when panel is empty.
- explorer.cfm sample added.
(Thanks to Thomas Massano)
------
v1.2.2
------
- resource files updated.
------
v1.2.1
------
- Bug fixed when empty DVD/CD-ROM is selected.
- Browser refresh with FTP transfer bug fixed.
- Drag&Drop bug fixed for Pro package.
- Applet loading bug fixed for MacOSX.
- Recursive delete feature added.
- HTTPDownload updated to add resume support.
- explorer.jsp updated to support download.
- explorer.php updated to support download.
----
v1.2
----
- PHP sample script added for HTTP transfer.
- Mandatory username/password bug fixed for HTTP transfer.
- System icons support added.
- HTML + Javascript sample updated.
----
v1.1
----
- chmod feature added (UNIX only).
- Drag&Drop between local/remote panels added.
- Resume support added for FTP download.
- "startdir" parameter added to select local directory.
- FTP connections usage optimized.
----
v1.0
----
- Initial release
+ Right click to pop-up "delete", "create folder",
"rename", "refresh" features.
+ Remote and local panes are disabled while uploading.
Notes:
-----
+ To install HTTP transfer with JSPUpload:
(See: http://www.jfileupload.com/products/tools/index.html)
1 - Copy explorer.jsp, available in server-side/jsp folder, into
the same folder including all others JSPUpload JSP.
2 - Edit process.jsp script from JSPUpload:
Uncomment :
// request.setCharacterEncoding(encoding);
// response.setContentType("text/html; charset="+encoding);
Add before <html>:
<%@ include file="explorer.jsp" %>
+ To install HTTP transfer with PHP script available in add-on section:
(See: http://www.jfileupload.com/products/tools/index.html)
1 - Copy explorer.php, available in server-side/php folder, into
the same folder including process.php.
2 - Edit process.php and add the following line just after the end
of emu_getallheaders() function and before ?> :
include "explorer.php";
+ To install HTTP transfer with CFM script available in add-on section:
(See: http://www.jfileupload.com/products/tools/index.html)
1 - Copy explorer.cfm, available in server-side/cfm folder, into
the same folder including process.cfm.
2 - Edit process.cfm and add the following line just before the
<html> line :
<cfinclude template="explorer.cfm">
3 - Edit applet_http_explorer.js and update encoding parameter into
UTF-8 such as <PARAM NAME="encoding" VALUE="UTF-8">