Gets or sets the name of the folder to save uploaded files to.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Property DestinationFolder As String
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:\Uploades) or relative (/uploads, ./uploads, ../uploads). Additionally, the Web application root operator (~) is supported.