INSTALLATION MYIMAGEUPLOADER WITH PHP

1) Start an FTP Client
2) Open a connection to your server
3) Upload the entire 'myimageuploader' directory
4) Change the permissions of the subdirectory 'myimageuploader/uploaded-files' to 757 (owner: rwx, group rx, other rwx)


VERIFYING

1) Open a browser
2) Enter the url http://<your-domain>/myimageuploader/upload.html
3) Upload a file
4) Go to your FTP Client
5) Check if the file is stored in the directory 'myimageuploader/uploaded-files'


DEMO

For an online demo see: 
http://www.javaatwork.com/image-uploader/upload.php


FAQ

1) Where can I find the FAQ of MyImageUploader?
See: http://www.javaatwork.com/image-uploader/faqs.html


INTERNATIONALIZATION

MyImageUploader is available in 16 languages:
- Danish(da)
- Dutch(nl)
- Czech(cz)
- English(en)
- Greek(el)
- Hungarian(hu)
- Italian(it)
- French(fr)
- German(de)
- Norwegian(no)
- Polish(pl)
- Portuguese(pt)
- Romanian (ro)
- 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. 






