Home > Backend Development > PHP Tutorial > swfupload怎么自定义boundary

swfupload怎么自定义boundary

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 13:35:30
Original
996 people have browsed it

swfupload如何自定义boundary
我的网页使用swfupload上传文件,客户端在上传时的请求头是这样的:

Content-Type: multipart/form-data; boundary=----------serap0g66K07679Ef6ui0jjp136uul
我想把其中的boundary字串修改为别的形式,比方"----------NiHao0.3265987157893698",也就是字串"NiHao"后面跟一个随机数字串的形式,该如何更改啊?



------解决方案--------------------
boundary=----------serap0g66K07679Ef6ui0jjp136uul如果不是表单的数据,估计就没法改
------解决方案--------------------
boundary 只是一个识别块的标识,没有特殊含义
如果你想修改,就从 as 源码着手,改后重新编译即可
------解决方案--------------------

探讨
请教大侠:swfupload的as源码如何能得到呢?我用baidu搜索过好多次了,都找不到啊?
Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Character boundary statement
From 1970-01-01 08:00:00
0
0
0
@administrator,,,,,,,
From 1970-01-01 08:00:00
0
0
0
How to find array out of bounds error?
From 1970-01-01 08:00:00
0
0
0
"Boundary of XY coordinate area"
From 1970-01-01 08:00:00
0
0
0
What is the use of character delimiters?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template