diff options
author | Christophe.Boulain <> | 2008-10-24 07:54:52 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2008-10-24 07:54:52 +0000 |
commit | 713f7ea1d16673bbcfce6a1a59cbc247632bd682 (patch) | |
tree | 8f64879be692a92b427cd7a5a6f08a2dc5b108d6 /framework/Exceptions | |
parent | cf0d0b7e78003d02435337f79a99da056ca0f683 (diff) |
Added TActiveFileUpload
Diffstat (limited to 'framework/Exceptions')
-rw-r--r-- | framework/Exceptions/messages/messages.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/Exceptions/messages/messages.txt b/framework/Exceptions/messages/messages.txt index 3edd5d49..549b21bf 100644 --- a/framework/Exceptions/messages/messages.txt +++ b/framework/Exceptions/messages/messages.txt @@ -466,3 +466,5 @@ datasource_dbconnection_invalid = TDataSourceConfig.DbConnection '{0}' is inva response_status_reason_missing = HTTP 1.1 need reason for extended status-codes response_status_reason_badchars = For HTTP 1.1 header, the token status-reason must not contain token CR or LF + +activefileupload_temppath_invalid = TActiveFileUpload TempPath path '{0}' does not exist or is not writable by Web server process.
\ No newline at end of file |