问题标签 [multifile-uploader]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
6909 浏览

php - ajax多次上传doenst php文件处理

嗨,我正在使用Fineupload 多文件上传脚本,但有些东西我无法掌握。我正在尝试制作一个 php 服务器端文件处理脚本。

当你包括

显示它的 html 是

现在up.php我想做文件验证和东西,但我无法获取文件信息

编码

给出错误没有文件设置为上传表单上的错误。所以它确实从 php 文件中收到了错误……但它发送了什么?我怎样才能找到它

当我发回成功消息时

上传表格说文件上传变成绿色..

0 投票
1 回答
594 浏览

asp.net - ASP.net Uploadify Querystring 文本框值

在参考这篇文章ASP.net Uploadify Querystring checkbox value时,我只是尝试将文本框控件的值传递给 FileUploads.aspx.cs 但我无法获取该值,既不使用 POST 方法也不使用 GET。

我在 Request.QueryString 中看不到任何东西。你能帮我看看我哪里错了吗!!另外,如果您有除uploadify 之外的任何好的建议,请建议,我使用的是asp.net 4.0。

0 投票
1 回答
2347 浏览

java - 如何将上传的文件保留在表单中,直到使用 jsf-2 和 primefaces-3.4 提交

当我提交表单时,我有许多输入字段和 primefaces 组件来上传多个文件“p:fileUpload”的表单我无法获取上传的文件..被管理的 bean 是“RequestScoped”。那么如何在不创建管理 bean View 范围的情况下获取上传的文件呢?

上传方式

素面组件

然后保存功能

0 投票
1 回答
2647 浏览

jquery - 如何在django框架中使用jquery文件上传插件和python

我是 jquery 领域的新手,我想在我的网站上使用 jquery 文件上传插件,就像在这个演示中描述的那样: jquery File Upload Demo 我不知道如何在 django 框架中使用它和 python 编程语言可以任何人请帮助我添加了插件,我已经在模板中使用了它,但在其他所有内容之前,页面看起来像这样: 问题

我不知道如何修复这个错误,浏览按钮不应该在这里,也不应该有输入行,这允许用户只上传一个文件我真的很困惑,里面有很多文件互联网,但他们没有帮助

0 投票
3 回答
5654 浏览

html - 使用 GWT 一次上传多个文件

我正在拼命地尝试为我的网站用户启用多重属性。用户应该能够将一堆 PDF 文件上传到我的服务器,而无需单独选择每个文件。我正在使用gwt-upload进行上传。可悲的是

实际上并不允许用户一次选择多个文件,但您必须再次单击每个文件的“浏览”按钮并在浏览器中选择。

我研究并意识到我需要这样的东西

到目前为止,在从gwt-upload创建的输入中设置“多个”-属性可以使打开文件对话框让我选择多个文件,但是上传不再开始/工作。

我找不到任何使用带有 gwt 的多文件输入的示例。如果有办法用gwt-upload做到这一点,那将是完美的,因为我真的不想再自己实现整个上传逻辑!

非常感谢!

0 投票
1 回答
1444 浏览

c# - 如何在使用 jquery.MultiFile.js 时扩展最大文件大小以上传和发送(通过电子邮件)文件

我正在使用来自 jquery 的插件来使用多个文件上传来创建一个发送电子邮件的程序..

检查来源

http://www.fyneworks.com/jquery/multiple-file-upload/

我在这里下载了,还没修改。。。

我注意到您上传的总大小不能超过 10MB,但是,您不能发送超过 4MB 的单个文件...

我已经被告知你不能发送超过10MB的文件是可以的,但是我的老板只是试图发送一个4.11MB的pdf文件,它没有发送它......

我尝试通过 Visual Studio 发送它(这样我可以调试它并查看问题出在哪里......显然,一旦我附加了文件并单击发送电子邮件......程序不会访问页面加载或按钮,它只是表明连接已被重置...

如果您尝试发送(不是使用 Visual Studio,而是从 Internet 发送)...它会发送此错误

我已经检查了 jquery 文件,但似乎找不到任何可以解决问题的方法。

你知道问题出在哪里吗?我该如何解决这个问题?

0 投票
3 回答
17436 浏览

jquery - JQuery-File-Upload 错误:未捕获类型错误:对象# has no method '_on'

I'm trying to use the jQuery-File-Upload plugin. But I have a problem when actually trying to invoke the function.

I'm trying to use the jQuery-File-Upload plugin. But I have a problem when actually trying to invoke the function. Somewhere in my code, I'll call $(fubar).fileupload, and get Uncaught TypeError: Object #<Object> has no method '_on' jquery.fileupload.js:977. Now this is happening after the page and all js scripts have been loaded.

A) A similar error is discussed in the tool's boards. I tried the technique of including jquery.fileupload.js just after the dom loads. I tried the technique, with something like below.

But when loading the page, I get another error Uncaught Error: Mismatched anonymous define() module: function ($) {... .

B) On documentReady, I even tried dynamically generating and including the script tags, in head. But I get the same error Uncaught Error: Mismatched anonymous define() module: function ($) {... .

I'm using jquery-file-upload with requirejs. I only bring that up I tested out the library and got it working with a plain jane static site. Just the basic js library files. So I don't know what's causing this. But it doesn't seem to be DOM related.

Any help is appreciated.


Assuming you're expecting only plain text (for a good record), and if you can make the assumption that you will only receive normal characters (i.e. keyboard-characters), you can take your input, convert to ASCII, then limit it to the characters that you want (by providing a list of allowable characters and filtering from that), and also ensure the string length is appropriate.

Then build a new string with only your acceptable characters, and pass that string in. Once you're there, the single-quote is definitely your only concern.

If you can make those requirements, then this should work for you. There'd be no way to inject funky Unicode characters, or overflow the SQL buffer, or do any of that other crazy stuff that people do to cause problems - you'd be in 100% control of the characters that go into the query.

0 投票
1 回答
449 浏览

jquery - 如何在IE中实现多文件上传(如picasa)

有谁知道我如何实现 IE 支持的多文件上传(如 picasa 网络)?众所周知的 Jquery 插件 blueimp 不支持 IE 中的多重上传,所以我无法从那里获得灵感...... Jquery 或纯 javascript 都可以。

0 投票
2 回答
8349 浏览

php - 如何在上一版本中将 Jquery-File-Upload PHP 与数据库一起使用?

如何将jQuery-File-Upload与 PHP 和数据库一起使用?当我上传或删除图像时,我想插入或删除有关图像的行,并且每个图像的名称在它们上传到目录时将是 time()。

我通过谷歌找到的所有结果都告诉我我需要编辑 upload.class.php 但最后一个版本只有 index.php 和 UploadHandler.php ...

文件 UploadHandler.php 具有带有代码的类 UploadHandler

我需要添加哪些行才能在 mysql 中插入或删除文件名?

PS:我用PHP

0 投票
2 回答
1088 浏览

drupal-7 - Drupal 7:支持文件实体字段的多重上传

有没有办法通过“文件实体”/“文件实体内联”支持进行多文件上传?