CodeIgniter Forums
Disallowed Key Characters and Multi-part - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Disallowed Key Characters and Multi-part (/showthread.php?tid=23313)



Disallowed Key Characters and Multi-part - El Forum - 10-06-2009

[eluser]Rob Bonner[/eluser]
Hello,

I am getting "Disallowed Key Characters" on a multi-part form upload from objective C.

Here is the post that is being sent:

Header:
multipart/form-data; boundary=---------------------------14737809831466499882746641449


Body:

-----------------------------14737809831466499882746641449
Content-Disposition: form-data; name="session_id"
bba6309cd5d93240775b08a12eba3692c35bc4daeb6372fa2f4b745746c0894b
-----------------------------14737809831466499882746641449
Content-Disposition: form-data; name="image1"; filename="ipodfile.jpg"
Content-Type: application/octet-stream

Image here

I have been reading many of the posts here that indicate this might be a cookie issue, but from code, not thinking that a cookie is present.

Thanks in advance, and let me know if more information is needed.

-Rob


Disallowed Key Characters and Multi-part - El Forum - 10-07-2009

[eluser]pistolPete[/eluser]
Which URL do you send the request to?


Disallowed Key Characters and Multi-part - El Forum - 10-07-2009

[eluser]Rob Bonner[/eluser]
NSString *urlString = @"http://swipeapi.cronksoftware.com/api/photo_upload";


Disallowed Key Characters and Multi-part - El Forum - 10-12-2009

[eluser]Rob Bonner[/eluser]
Any bumps on this one? Hopefully not stumped!!