FNC CloudStorage How to get file upload successful

Hi to all,
when i upload a file to dropbox, assuming the connection with dropbox is done and ok, sometime the upload stop without any reason.
I upload the file just before the program end and is important that this upload must done.
In CloudStorage ther is on upload file.
The event is defined as:

procedure TFBK.CloudStorageUploadFile(Sender: TObject;
  const AUploadItem: TTMSFNCCloudItem;
  const ARequestResult: TTMSFNCCloudBaseRequestResult);

and ARequestResult has

property Success: Boolean read FSuccess write FSuccess;

When the upload is successful end, this condition is stored in Success = True ?

If not, wichi is the best way to get the file upload successful?

Thank's for your attention

Regards
Daniele

Hi to all,
yes .... the property Success return the upload successful ....

Daniele

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.