.Net And Oracle Interview Questions And Answers
Pages
Home
Sunday, 13 October 2013
How can files be uploaded to Web pages in ASP.NET?
This can be done by using the
HtmlInputFile
class to declare an instance of an
<
input
type="file" runat="server"/>
tag
.
Then, a
byte
[]
can be declared to read in the data from the input file. This can then be sent to
the server
.
Newer Posts
Home
Subscribe to:
Comments (Atom)
Enter Your Question
Tag
.Net Interview Questions
Oracle concepts and interview questions
ORACLE INTERVIEW QUESTIONS
SQL SERVER Interview Questions
What are SQL functions in oracle?
What is NVL function?
Total Pageviews
Blog
▼
2013
(88)
►
December
(3)
►
November
(84)
▼
October
(1)
How can files be uploaded to Web pages in ASP.NET?