UploadSettings.ActionUrl Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets or sets the URL to the page files are posted to.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public string ActionUrl { get; set; }

Property Value

Type: System..String

The URL to the page files are posted to.

Default value is ".".

Remarks

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 HTML5/Flash Uploader is hosted, specify the dot character (.) as a value of this property.

See Also

Reference