Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作一个表单,在我的 wordpress 网站上创建一个新帖子,将视频上传到我的运行帐户上的 Bits,并检索此视频网址。
如此处所述,我必须将表单操作设置为 url 才能使 api 工作,但我必须使用 php 文件处理其他表单输入。
那么有没有办法可以对表单使用多个操作?
您可以将表单设置为提交到 php 页面,然后在该页面上(取决于您的 method="post" 还是 method="get"),您可以使用 attained 变量来做任何您想做的事情。
您只能将每个表单提交到一个 URL,我建议编写一个脚本(例如 PHP 脚本)& 将您的表单提交到该脚本后,您可以将您的请求转发给其他 API。