This documentation is for the old version. Go to the latest Upload Suite docs

UploadSettings.ActionUrl Property

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

Syntax

PHP Initialize
public function getActionUrl() {
}

public function setActionUrl($value) {
}

Property Value

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

See Also

Reference