????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.191.89.23 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/customerzon/myuploader-free/perl/ |
Upload File : |
INSTALLATION MYUPLOADER WITH PERL 1) Start an FTP Client 2) Open a connection to your server 3) Upload the entire 'myuploader' directory VERIFYING 1) Open a browser 2) Enter the url http://<your-domain>/myuploader/upload.html 3) Upload a file 4) Go to your FTP Client 5) Check if the file is stored in the directory 'myuploader/uploaded-files' FAQ 1) Why is the upload doesn't working? The first line in the upload.pl script is '#!/usr/local/bin/perl' This is the location of Perl. If this location is not correct please change the line to '#!/usr/bin/perl' 2) I am getting a 500. What does this mean? The reason for this error is most likely that the upload.pl script cannot be executed. Please check that the upload.pl script has execute permissions for 'other'. You can do that with a regular FTP client. 3) I need to store the perl scripts in the cgi-bin directory. What can I do about that? - Open with a text editor upload.pl script - Change the $base_directory to the location of the 'uploaded-files' directory. This directory is a subdirectory of 'myuploader'. - Upload the script to the cgi-bin directory - Check with an FTP client if the script has execute permissions - Open with a text editor the upload.html file - Change the value of the uploadURL to 'http://<your-domain/cgi-bin/upload.pl 4) 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.