CodeIgniter Forums
Upload a picture from an Android java application to Codeigniter - 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: Upload a picture from an Android java application to Codeigniter (/showthread.php?tid=50058)



Upload a picture from an Android java application to Codeigniter - El Forum - 03-12-2012

[eluser]forg[/eluser]
Hello,

me and my friend are designing an android application and wanted to upload images through that app to our code on the server via post. The problem is, when I am using CI I can't get it to work properly, but with the regular php file it works just fine.

Please look at the following link where the code and description is given of what we're trying to do:
http://stackoverflow.com/questions/9660196/upload-a-picture-from-an-android-java-application-to-codeigniter

The only output we have right now is "no file selected" and I have no clue how to solve this. You can answer here or on SO and I'd be so glad if anyone could explain to me how to solve this issue.

Thanks for your advice and better wisdom! Smile


Upload a picture from an Android java application to Codeigniter - El Forum - 03-12-2012

[eluser]forg[/eluser]
Changed som java code and got this: http://pastie.org/private/v7dpbdofhfn97znggslha back


Upload a picture from an Android java application to Codeigniter - El Forum - 03-12-2012

[eluser]forg[/eluser]
Fixed it, the answer can be viewed in the SO post.