????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 13.59.91.46 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/icad.astacus.se/productionzon/JavaPowUpload/ |
Upload File : |
<!-- saved from url=(0014)about:internet --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Simple download example</title> <link rel="stylesheet" href="styles.css"> </head> <body> <script type="text/javascript" language="javascript"> function toggleBlock(id) { if (document.getElementById(id).style.display == 'none') { document.getElementById(id).style.display = 'block'; } else { document.getElementById(id).style.display = 'none'; } } </script> Sample: <b>simpledownload.html</b> <a href="javascript:location.reload(true);"><img border="0" src="images/refresh.png" width="16" height="16"> Refresh frame</a> <a target="_parent" href="index.htm"><img border="0" src="images/home.png" width="16" height="16"> Examples home</a><br/><br/> <br> This is an example of multiple files and folders download with the help of JavaPowUpload. JavaPowUpload has minimum libraries included. To increase applet size more you can disable themes (remove lib/skinlf.jar from <b>archive</b> parameter). This will make JavaPowUpload size equal to 250 KB. Files to download specifed at download.xml file<br /><br /> <span onClick="toggleBlock('parameters'); return false;" class="imglink">Parameters related to the download feature (click to expand)</span> <br/> <div id="parameters" style="display: none;"> <p><code><!--Url to xml file with folder structure for download. --><br></code> <param name="Download.DataURL" value=""><br> <code><!-- Path on user's computer where files should be saved by default. If it is empty, the last selected path will be used as a default. --><br></code> <param name="Download.DefaultSavePath" value=""><br> <code><!-- It determines whether a user is allowed to select files for download --><br></code> <param name="Download.AllowCheckFiles" value="true"><br> <code><!-- It determines whether JavaPowUpload should open the folder with downloaded files when the download is completed. Windows explorer is used on windows OS and Finder on MAC OS. --><br></code> <param name="Download.OpenFolderOnCompletion" value="false"><br> <br> <code><!-- Determines whether JavaPowUPload should ask user for destination folder (if auto start enabled) only at first time. --><br></code> <param name="Download.AutoStart.AskDestOnlyOnce" value="false"><br> <code><!-- Interval in seconds to automaticazlly reload tree from specified source (xml file or params on page). --><br></code> <param name="Download.ReloadTreeInterval" value="-1"><br> <code><!-- It determines whether JavaPowUpload will check files length from server at startup (only Download mode) --><br></code> <param name="Download.CheckFileLengthAtStartup" value="false"><br> <code><!-- It determines whether JavaPowUpload should use HTTP HEAD method to get file length in HTTP download mode. --><br></code> <param name="Download.UseHeadMethodToGetFileLength" value="false"></p> <p> </div> <br> <br> <!--lib/JavaPowUpload.jar - main jar file, should always be included Optional jar files: lib/skinlf.jar - for themes support lib/commons-compress.jar - compression before upload lib/commons-httpclient.jar - http upload functionality lib/commons-net-ftp.jar - FTP protocol support --> <applet code="com.elementit.JavaPowUpload.Manager" archive="lib/JavaPowUpload.jar" width="500" height="350" name="JavaPowUpload" id="JavaPowUpload" mayscript="true" alt="JavaPowUpload by www.element-it.com" VIEWASTEXT> <param name="progressbar" value="true"> <param name="boxmessage" value="Loading JavaPowUpload Applet ..."> <param name="Common.SerialNumber" value="put your serial number here"> <!--URL pointing to the xml file containing the list of files and folders to download --> <param name="Common.AutoStart" value="true"> <param name="Download.DataURL" value="Extra\download.xml"> <param name="Common.UseLiveConnect" value="true"> <!-- This text will be shown if applet not working or Java not installed--> <span style="border:1px solid #FF0000;display:block;padding:5px;margin-top:10px;margin-bottom:10px;text-align:left; background: #FDF2F2;color:#000;">You should <b>enable applets</b> running at browser and to have the <b>Java</b> (JRE) version >= 1.5.<br />If applet is not displaying properly, please check <a target="_blank" href="http://java.com/en/download/help/testvm.xml" title="Check Java applets">additional configurations</a></span> </applet> <br /> The file uploader doesn’t work? See <a target="_blank" href="http://www.element-it.com/OnlineHelpJavaPowUpload/Troubleshooting.html">here</a> what you need for its proper work. <br/> <a href="index.htm"><<Return to the samples list</a> </body> </html>