|
@@ -437,6 +437,7 @@ type
|
|
|
Procedure InitContent(Var AContent : String);
|
|
|
Property ContentRead : Boolean Read FContentRead Write FContentRead;
|
|
|
public
|
|
|
+ Class Var DefaultRequestUploadDir : String;
|
|
|
constructor Create; override;
|
|
|
destructor destroy; override;
|
|
|
Function GetNextPathInfo : String;
|
|
@@ -1662,7 +1663,7 @@ end;
|
|
|
function TRequest.RequestUploadDir: String;
|
|
|
|
|
|
begin
|
|
|
- Result:='';
|
|
|
+ Result:=DefaultRequestUploadDir;
|
|
|
end;
|
|
|
|
|
|
function TRequest.GetTempUploadFileName(const AName, AFileName: String;
|