You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/asyncupload/how-to/how-to-manipulate-the-uploaded-files.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,7 @@ If you need to perform additional actions on uploaded files before saving them (
30
30
|ContentLength|Int64|The size of the uploaded file, in bytes.|
31
31
|ContentType|string|The MIME type of the uploaded file.|
32
32
|FileName|string|The fully qualified name of the file on the client. (IE6 and some older browsers only). To get a file name that is the same for all browsers, use the **GetName()** method instead.|
33
-
|InputStream|System.IO.Stream|A stream object that can be used to read the file contents.
34
-
Note: As of R2 2017 SP2 the temporary files saved to the disk have the .tmp extension. This is due to the security improvement discussed in the [Insecure Direct Object Reference](http://www.telerik.com/support/kb/aspnet-ajax/upload-(async)/details/insecure-direct-object-reference) article.|
33
+
|InputStream|System.IO.Stream|A stream object that can be used to read the file contents. Note: As of R2 2017 SP2 the temporary files saved to the disk have the .tmp extension. This is due to the security improvement discussed in the [Insecure Direct Object Reference](http://www.telerik.com/support/kb/aspnet-ajax/upload-(async)/details/insecure-direct-object-reference) article.|
35
34
|**Methods**|||
36
35
|GetName()|string|Returns the name of the uploaded file.|
37
36
|GetNameWithoutExtension()|string|Returns the name of the uploaded file, without the file extension.|
0 commit comments