* This parameter is not available in JFileSE.
Applet: | DownloadClient and UploadClient |
Description: | JFileEE supports resumable uploads and resumable downloads.
In a resumable upload or download, if the file transfer fails, JFile will display
a pop-up dialog containing a message, a "Resume" button, and a "Cancel" button.
If the user clicks "Resume," JFile will try to continue the upload from the point
at which it stopped. To enable resumable uploading/downloading, set the parameter ManuallyResumable to 1. This parameter is set to 0 (disabled) by default. In a resumable upload, the files to be uploaded will be cached in a temporary directory on the client before the upload begins. |
Example: | <param name="ManuallyResumable" value="1"> |
See Also: | Resumable Uploading, Resumable Downloading |