Gets or sets the URL to the page files are posted to.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Property ActionUrl As String
public string ActionUrl { get; set; }
That page should contain the server code which parses the upload request, saves files to necessary folders on server and performs any other additional actions. If you want to submit files to the same page where Image Uploader Flash is hosted, specify the dot character (.) as a value of this property.