Methods and Properties of the FileUpload Object : File Upload : Development : JavaScript DHTML examples (example source code) Organized by topic

JavaScript DHTML
1. Ajax Layer
2. Data Type
3. Date Time
4. Development
5. Document
6. Event
7. Event onMethod
8. Form Control
9. GUI Components
10. HTML
11. Javascript Collections
12. Javascript Objects
13. Language Basics
14. Node Operation
15. Object Oriented
16. Page Components
17. Security
18. Style Layout
19. Table
20. Utilities
21. Window Browser
Java
Java Tutorial
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
JavaScript DHTML » Development » File Upload 
Methods and Properties of the FileUpload Object

  Method
blur()      Removes focus from the FileUpload box.
focus()     Sets focus on the FileUpload box.
handleEvent()  Invokes the default handler for the specified event. 
select()    Selects input area for the FileUpload box.

Property
name        Contains the value of the name attribute for the FileUpload box.
form        Reference the Form object containing the FileUpload box.
type        Contains the value of the type attribute for the FileUpload box.
value       String specifying the pathname of the selected file.
           
       
Related examples in the same category
1. File Input Element
2. Viewing File Dates
Home | Contact Us
Copyright 2003 - 07 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.