JumpLoader
Java File Upload Applet

Documentation

Applet configuration

The only required parameter for applet is uc_uploadUrl — upload handler location. This could be absolute or relative URL. Thus, minimal HTML code looks like this:

<applet name="jumpLoaderApplet"
		code="jmaster.jumploader.app.JumpLoaderApplet.class"
		archive="jumploader_z.jar"
		width="600"
		height="400" 
		mayscript>
	<param name="uc_uploadUrl" value="/uploadHandler"/>
</applet>

Please read more about applet tag.

It is possible to parameterize every property exposed by applet configuration beans (UploaderConfig, ViewConfig, AppletConfig). Define parameter with name equal to property name, but with specific prefix:

For example, following parameter set maximum allowed file length to 1 megabyte:

<param name="uc_maxFileLength" value="1048576"/>

Please refer to class source code for property default values.

Global configuration

The global configuration is specific section, this could be initialized only using applet parameters:

Parameter Description
gc_loggingLevel
Logging level, could be one of (sorted by priority):
  • "INFO" — log info events
  • "DEBUG" — log debug events
  • "WARN" — log warning events
  • "ERROR" — log error events
  • "FATAL" — log fatal events

Configuring system properties

(since 2.8.10)

Jumploader allows to add new or modify existing system properties of a java plugin. Therefore should be used parameter gc_systemProperties, its' value should be ";" separated key=value pairs, for example:

<param name="gc_systemProperties" value="key1=value1;key2=value2"/>
advertising WebFM — easy and efficient web file manager.