INSTALLATION MYUPLOADER WITH ASP.NET

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 '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.aspx
- Change the variable baseDirectory

2) Where can I find the FAQ of MyUploader?
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. 





