WebForm : FileField
Returns a HTML file field with the specified string name, integer size, boolean disabled and string custom arguments.
C#
|
View
|
string |
( string Name, int Size, bool Disabled, string Custom )
|
Java
|
View
|
String |
( String Name, int Size, boolean Disabled, String Custom )
|
Javascript
|
View
|
string |
( string Name, int Size, boolean Disabled, string Custom )
|
Perl
|
View
|
string |
( string Name, int Size, boolean Disabled, string Custom )
|
PHP
|
View
|
string |
( string Name, int Size, boolean Disabled, string Custom )
|
Visual Basic
|
View
|
String |
( String Name, int Size, Boolean Disabled, String Custom )
|
|