Uploading files with temporary extension

Top  Previous  Next

You may specify that files uploaded are uploaded with a temporary file extension.  Once files are uploaded completely they will be renamed to their original source filename.  This may be accomplished by using the tempExtension applet parameter, using the desired temporary extension as the value.

 

Example

 

<param name="tempExtension" value=".tmp">

 

The above example demonstrates this setting using HTML applet parameters.

 

Example

 

tempExtension = .tmp

 

The above example demonstrates this setting loading applet parameters from the params.txt file.

 

See also

 

Specifying applet parameters