如何伪造ajax文件上传?
我有一个上传表单,我想填充一个文件,特别是图像。
我的理解是我需要创建一个 File 对象来放入相对形式的 FileList 中。目前我拥有的图像采用数据 URI 格式“data:image/png;base64,...”,但我可以更改它。
如果这是真的,如何从图像创建正确的 File 对象并将其添加到 FileList 中?如果不是,您是否建议更好的解决方案?
I've an upload form I would like to populate with a file, in particular an image.
My understanding is that I need to create a File object to put in the FileList of the relative form. Currently the image I have is in the data URI format "data:image/png;base64,..." but I can change that.
If that is true how do I create the correct File object from an image and add it to the FileList? If it is not do you suggest a better solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用常规表单并将其定位到显示设置为无的 iframe。
Use a regular form and target it to an iframe with display set as none.