Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on How does "file upload" work ? within the HTML & CSS forums, part of the Web Development category; Hi guys, How does file-upload work ? Why do frameworks and/or servers have special tags to indicate file-uploads ? Thanks...................
|
|||||||
|
|||
|
How does "file upload" work ?
Hi guys,
How does file-upload work ? Why do frameworks and/or servers have special tags to indicate file-uploads ? Thanks................ |
| The Following User Says Thank You to rijus For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Hi,
A form in an HTML document (Web page) can contain an input element with type="file". This may let the user include one or more files into the form submission. The form is often processed so that such files are stored onto the disk of the Web server; this is why file input (or file submission) is often called “file upload.” File input opens interesting possibilities, but browser support is still limited and generally of poor quality even in newest versions. Moreover, users are often puzzled with it, since most people use file input rather rarely. ![]() Karthik |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "static" variable declaration in header file... | srinivasdivi | C and C++ | 1 | 04-30-2009 07:51 AM |
| "const" and "volatile" modifiers on a single variable... | srinivasdivi | C and C++ | 1 | 04-30-2009 07:49 AM |
| difference b/w "group by" and "order by" ? | jainbrijesh | SQL | 10 | 04-21-2009 02:00 AM |
| Find files on your PC instantly using a familiar "File Search" interface. | JobHelper | Geeks Lounge | 0 | 03-01-2008 09:10 AM |
| systemutil.run "IEplore.exe","URL" is opening 2 browsers | Geek_Guest | QTP | 2 | 10-09-2007 06:01 AM |