J
jquerijero
Guest
Does your code insert the proper header at the beginning of each data segment and a footer at the end of everything. Structurally speaking your payload should look something like this; "--" + boundary // header data "--" + boundary // header data "--" + boundary + "--" // footer Those "--" are required. You might just have to use Fiddler to see what it is being sent.
Continue reading...
Continue reading...