Upload
Tags, loops and code examples available for file upload control.
Available tags
FilepublishUploadConfirm
Returns an URL to the page to show after submission.
RAZOR
@GetString("FilepublishUploadConfirm")
FilepublishUploadFolder
Returns the path to the folder for uploaded files.
RAZOR
@GetString("FilepublishUploadFolder")
FilepublishUploadNotify
Returns "1" if a notification mail should be sent otherwise "0".
RAZOR
@GetString("FilepublishUploadNotify")
FilepublishUploadRecipient
Returns the e-mail address of the notification mail recipient.
RAZOR
@GetString("FilepublishUploadRecipient")
FilepublishUploadRecipientBCC
Returns the e-mail address of the notification mail blind carbon copy recipient.
RAZOR
@GetString("FilepublishUploadRecipientBCC")
FilepublishUploadRecipientCC
Returns the e-mail address of the notification mail carbon copy recipient.
RAZOR
@GetString("FilepublishUploadRecipientCC")
FilepublishUploadSubject
Returns the subject of the notification mail.
RAZOR
@GetString("FilepublishUploadSubject")
FilepublishUploadText
Returns the body text of the notification mail.
RAZOR
@GetString("FilepublishUploadText")