AutoSave

<< Click to Display Table of Contents >>

Navigation:  Intraweb Components > Standard > TIWFileUploader > Properties >

AutoSave

AutoSave: boolean; [Public, Read/Write]

 

When set to TRUE, the uploaded file will be automatically saved when the upload is completed. If FALSE, you will have to tell IntraWeb if you want to save the file or not (using events).

 

AutoSave will use AutoSavePath property, or the current user cache folder, in case AutoSavePath is blank. Note: If AutoSave is true, the event OnAsyncUploadCompleted will not be triggered.

 

Default value: False