Uploading through an HTML form
通过HTML表单上传
Listing 4 is an HTML form snippet.
清单4是HTML表单代码。
All HTML form fields are not created equal.
html表单域并非全部等同地被创建。
Looks at the field names from the HTML form.
查看HTML表单中各字段的名称。
This enables file uploads from the HTML form.
这样便支持从HTML表单上传文件。
Listing 9. The HTML form of the demo_form.tpl.
清单9. demo_form . tpl模板的HTML表单。
Fortunately, PHP makes handling HTML form input easy.
幸运的是,php使处理HTML表单输入变得更加容易。
Listing 1 is a common HTML form that accepts user input.
清单1是接受用户输入的常见html表单。
The textarea is used for entering the HTML form fragment.
文本区用于输入HTML表单片段。
This form, like the one in Listing 8, is a valid HTML form.
该表单,与清单8中的一样,是一个有效的HTML 表单。
Form - Renders an HTML form that is submitted asynchronously.
Form-生成一个HTML异步提交的表单。
For example, Facebook handles HTML form tags in a special way.
例如,Facebook以一种特殊的方式处理HTML Form(表单)标签。
The custom widget takes an HTML form as a configuration parameter.
自定义小部件采用HTML表单作为配置参数。
In the HTML form, you can now see why I called the input field zip5.
在HTML表单中,您现在可以看出我为什么调用了输入字段zip5。
He USES a lightweight universal client to enter data on an HTML form.
他使用轻型的通用的客户端在HTML表单中输入数据。
Server field validator—adds server-side validation to HTML form fields.
服务器字段验证器 —向HTML表单字段添加服务器端验证。
Most typically, you interact with CGI applications by means of an HTML form.
最通常的情况下,您会通过HTML表单与CGI应用程序进行交互。
The sample HTML form widget described in this article is a lightweight widget.
本文中描述的HTML表单小部件示例就是一个轻量级小部件。
The second feed is for the relational update feed used by the HTML form widget.
第二个数据源用于HTML表单小部件使用的关系型更新数据源。
The way the portlet interacts with an HTML form and an XDIME form are identical.
Portlet与HTML表单和XDIME表单交互的方式是完全相同的。
This ASP presents a simple HTML form prompting the user for a user name and password.
这个ASP表现了一个简单的HTML表单,提示用户输入用户名和密码。
The actions listed here are similar to the actions you would see on a basic HTML form.
这里列举的大动作和基本HTML表单中的相似。
In this example, you have a simple HTML form with a single text input field and a button.
在本例中,我们得到的是一个简单的HTML表单,此表单具有一个文本输入字段和一个按钮。
One key feature of the sample HTML form widget is that you can wire data into the widget.
HTML表单小部件示例的一个关键特性是可以将数据捆绑到小部件中。
Calls the setter methods of these variables to put the values retrieved in the HTML form.
调用这些变量的setter方法来存放在HTML表单中检索的值。
This user input is encapsulated in HTML form and posted by either the get or post methods.
这一用户输入被封装在html格式中。
You could obviously add a button to your HTML form, but that's pretty 2001, don't you think?
最明显的办法是在HTML表单中增加一个按钮,但这是2001年的办法,您不这样认为吗?
The user may have clicked this URL or submitted it as the result of filling out an HTML form.
用户可能已经点击这个URL,或者已将它提交为填充HTML表单的结果。
The HTML form widget that you develop using this article USES HTTP POST as the access method.
在本文中开发的HTML表单小部件使用HTTPPOST作为访问方法。
With these preparations out of the way, you are now ready to build the custom HTML form widget.
有了这些额外的准备工作,现在可以开始构建自定义html表单小部件。
应用推荐