Gets or sets a name of the folder to save uploaded files to.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
public string DestinationFolder { get; set; }
Type: System..String
The path where uploaded files should be saved if the autosave feature is enabled.
Default value is "".
This property makes sense if AutoSave is set to true
.
The path can be both absolute (C:\Uploads
) or relative (/uploads
, ./uploads
,
../uploads
). Additionally, the Web application root operator (~
) is supported.