Object: | XFResume |
Syntax: | XFResume.StatusUrl |
Type: | String |
Default Value: | The value set by the ResumeInfo.StatusUrl
property when the initial request took place.
|
Read/Write: | Read/Write |
Description: | To create a resumable upload application, you must use FileUpEE
to handle the server-side file transfer processing. FileUpEE saves information about
the upload request in a database on the server. Before resuming a failed upload,
XFile gets status information about the failed upload (the number of bytes received
on the server so far) from FileUpEE. StatusUrl specifies the URL of
the FileUpEE status script to which XFile will send the upload status request. The
FileUpEE page specified by StatusUrl retrieves the upload status from
the database, and sends it to XFile.
By default, XFResume.StatusUrl is set to the value of the ResumeInfo.StatusUrl
property when the initial request took
place. If the status of the request should be retrieved from a different URL than
the one originally set, set XFResume.StatusUrl .
|