source: 3thparty/jupload/readme.txt @ 3951

Revision 3951, 2.8 KB checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1709 - Adicao de codigo fonte java do componente jupload

Line 
1Hi,
2
3  Thank you for downloading JUpload !
4
5
6
7You'll find in this file a description of the package content you downloaded.
8If you checked out the sources from SVN your paths will differ: you won't have
9the /site folder, only available in official releases. To generate the site,
10please read the doc.
11
12
13QUICK START :
14
15The main entry points are:
16- Compiled applet: /site/wjhk.jupload.jar
17- full sources :  /src
18- all translation material: /site/translation
19- demo web site, with all the JUPload documentation:  /site/index.html
20  It contains links to all docs for the JUpload project.
21
22
23PACKAGE CONTENT:
24
25/src
26  Full sources.
27  The JUpload applet java sources are in /src/main/java/
28
29/site
30  The copy of the JUpload web site, available as a link from the jupload sourceforge project.
31  Its main content is:
32 
33        Main files and folders:
34          /site/apidocs/
35            The JUpload javadoc.
36          /site/wjhk.jupload.jar
37            THE COMPILED APPLET, that can you use directly on your web site. You should sign it with your own certificate.
38            See the /site/README.txt file
39          /site/samples.java/
40            Some samples for a J2EE server, like tomcat. The parseRequest.jsp show an example of managing uploaded file
41            in Java.
42          /site/samples.PHP/
43            Some samples for a J2EE server, like tomcat. The parseRequest.jsp show an example of managing uploaded file
44            in Java.
45
46        Main files:
47          /site/advanced_js_demo.html
48            Allows you to test the applet with various parameters.
49          /site/applet-basic-picture.html
50            Example of the applet in picture mode (uses the PictureUploadPolicy upload policy)
51          /site/applet-basic.html
52            Basic applet demo.
53          /site/common.js
54            Some javascript used by the other pages.
55          /site/howto-customize.html
56            Documentation how you can make the applet match to your needs.
57          /site/howto-debug.html
58            How to analyse what's happening.
59          /site/howto-support.html
60            How and where to get support.
61          /site/howto-translate.html
62            We accept all translations !!!   ;-)
63          /site/index.html
64            ENTRY POINT FOR THE DEMO WEB SITE
65          /site/jakarta-commons-oro.jar
66            the jakarata library, signed by our demo certificate. Used in FTP mode only.
67          /site/nocache.php
68            Used to prevent caching of the jar file, by the sourceforge hosting.
69          /site/RELEASE-NOTES.txt
70            What's new in this relese (and full history)
71          /site/upload_dummy.php
72            A dummy php file, that can receive uploads. Can be used as a (very) simple sample in PHP
73          /site/wjhk.jupload.jar
74            THE APPLET, READY TO USE.
75
76       
77          /site/samples.java/
78            Java samples, as an exemple on how to embed JUpload in your java application
79          /site/samples.PHP/
80            PHP samples, as an exemple on how to embed JUpload in your PHP application
81
82 
83  You can use /site as the root for a J2EE application server, like Tomcat or Apache/PHP.
Note: See TracBrowser for help on using the repository browser.